siemonster :: generate nginx.conf

This commit is contained in:
Harduino
2020-07-07 11:32:55 +03:00
parent 4b2d5da2a4
commit 76468eb363
6 changed files with 138 additions and 93 deletions
+2
View File
@@ -10,6 +10,8 @@ services:
- "${FRONTEND_PORT_HTTPS}:443"
networks:
- shuffle
environment:
- BACKEND_HOSTNAME=${BACKEND_HOSTNAME}
restart: unless-stopped
depends_on:
- backend