Docker changes #31

Merged
phoenix merged 19 commits from docker_changes into devel 2025-04-13 18:38:40 +00:00
Showing only changes of commit 0ee0e7d152 - Show all commits

View File

@@ -1,13 +1,13 @@
# Docker stuff # Docker stuff
#Build app #Build app
docker-compose build --ssh default app docker compose build --ssh default auth_api
# Rebuild and bring up # Rebuild and bring up
docker-compose up -d --force-recreate app docker compose up -d --force-recreate auth_api
# Bring it down # Bring it down
docker-compose down -v docker compose down -v
# Pruning # Pruning
docker system prune -a docker system prune -a