supervisord

This commit is contained in:
Mateusz Gruszczyński
2025-11-01 21:03:38 +01:00
parent 616153b8f7
commit 8d88080c7f
2 changed files with 4 additions and 7 deletions

View File

@@ -1,4 +0,0 @@
.PHONY: install
install:
@pip install -r requirements.txt

View File

@@ -8,14 +8,15 @@ services:
ports:
- "15000:5000"
- "80:80"
- "443:443"
- "7980:80"
- "7443:443"
- "8404:8404"
volumes:
- ./config:/app/config
- ./haproxy:/etc/haproxy
- ./logs:/var/log
- ./ssl:/app/ssl
environment:
- FLASK_ENV=production