Archived
1
0

🏗️」 wip: should be working but not

This commit is contained in:
2025-02-07 18:55:31 +01:00
parent 610eac560e
commit e53f66560b
13 changed files with 147 additions and 35 deletions

View File

@ -0,0 +1,9 @@
# those are for production testing only do not execute in production environment
prod:
docker compose -f $(DOCKER_CONTEXT)docker-compose.yml up -d --build
stop-prod:
docker compose -f $(DOCKER_CONTEXT)docker-compose-prod.yml stop
.PHONY: prod stop-prod