Update to work with Podman

This commit is contained in:
2025-01-23 11:32:13 +00:00
parent 86fb2ac593
commit b16db665e5
5 changed files with 99 additions and 274 deletions

View File

@@ -8,7 +8,7 @@ stop:
docker-compose -f docker-compose.prod.yml --env-file=stack.env down
log:
docker-compose -f docker-compose.prod.yml --env-file=stack.env logs -f
docker-compose -f docker-compose.prod.yml --env-file=stack.env logs -f --names
migrate:
docker-compose -f docker-compose.prod.yml --env-file=stack.env run --rm app sh -c ". /venv/bin/activate && python manage.py migrate"