1
0
Fork 0
mirror of https://github.com/demostf/setup synced 2026-06-03 16:44:06 +02:00
This commit is contained in:
Robin Appelman 2017-04-12 19:36:11 +02:00
commit 98808481b6
2 changed files with 3 additions and 5 deletions

View file

@ -8,7 +8,6 @@ Create a `.env` file with the following values:
- HOST
- PORT
- HTTPS_PORT
- EMAIL
- DB_PASSWORD

View file

@ -6,7 +6,6 @@ services:
container_name: nginx
ports:
- "${PORT}:80"
- "${HTTPS_PORT}:443"
volumes:
- "certs:/etc/nginx/certs:ro"
- "./api.tmpl:/etc/nginx/conf.d/api.tmpl"
@ -17,7 +16,7 @@ services:
- UPLOAD_FASTCGI=api:9000
- UPLOAD_SCRIPT=/app/src/public/upload.php
networks:
- proxy-tier
- api-tier
depends_on:
- api
api:
@ -37,7 +36,7 @@ services:
volumes:
- "${DEMO_ROOT}:/demos"
networks:
- proxy-tier
- api-tier
- db-tier
- parser-tier
@ -60,7 +59,7 @@ services:
- db-tier
networks:
proxy-tier:
api-tier:
db-tier:
parser-tier: