Skip to content

Commit

Permalink
Add sync manager to cleanup script
Browse files Browse the repository at this point in the history
  • Loading branch information
aalexand committed Aug 8, 2024
1 parent 4fa748f commit e962549
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion local/cleanup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ source $ROOT_DIR/local/.env.local

echo 'Tearing down local dev...'
kind delete cluster --name $KIND_CLUSTERNAME
docker rm -f ${CONTAINER_API} ${CONTAINER_CLIENT} ${CONTAINER_DB} ${CONTAINER_SQS} ${CONTAINER_REDIS} ${CONTAINER_OIDC}
docker rm -f ${CONTAINER_API} ${CONTAINER_CLIENT} ${CONTAINER_SYNC_MANAGER} ${CONTAINER_DB} ${CONTAINER_SQS} ${CONTAINER_REDIS} ${CONTAINER_OIDC}
docker network rm ${NETWORK}
docker volume prune -f

0 comments on commit e962549

Please sign in to comment.