supervisord
This commit is contained in:
@@ -8,14 +8,15 @@ services:
|
|||||||
|
|
||||||
ports:
|
ports:
|
||||||
- "15000:5000"
|
- "15000:5000"
|
||||||
- "80:80"
|
- "7980:80"
|
||||||
- "443:443"
|
- "7443:443"
|
||||||
- "8404:8404"
|
- "8404:8404"
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- ./config:/app/config
|
- ./config:/app/config
|
||||||
- ./haproxy:/etc/haproxy
|
- ./haproxy:/etc/haproxy
|
||||||
- ./logs:/var/log
|
- ./logs:/var/log
|
||||||
|
- ./ssl:/app/ssl
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
- FLASK_ENV=production
|
- FLASK_ENV=production
|
||||||
|
|||||||
Reference in New Issue
Block a user