Docker changes (#31)

Reviewed-on: phoenix/icarus_auth#31
Co-authored-by: phoenix <kundeng00@pm.me>
Co-committed-by: phoenix <kundeng00@pm.me>
This commit is contained in:
phoenix
2025-04-13 18:38:38 +00:00
committed by phoenix
parent 6dec9942cc
commit fc6b66f2e6
7 changed files with 39 additions and 29 deletions
+3 -3
View File
@@ -1,13 +1,13 @@
# Docker stuff
#Build app
docker-compose build --ssh default app
docker compose build --ssh default auth_api
# Rebuild and bring up
docker-compose up -d --force-recreate app
docker compose up -d --force-recreate auth_api
# Bring it down
docker-compose down -v
docker compose down -v
# Pruning
docker system prune -a