Fix Signal receiving

This commit is contained in:
2026-02-22 18:05:26 +00:00
parent 0f36b2dde7
commit 4521755344
7 changed files with 227 additions and 12 deletions

View File

@@ -4,7 +4,7 @@ run:
bash $(QUADLET_MGR) up
build:
docker-compose --env-file=stack.env build
OPERATION=uwsgi podman build --build-arg OPERATION=uwsgi -t localhost/xf/gia:prod -f Dockerfile .
stop:
bash $(QUADLET_MGR) down