environment variable URL_INTERNAL

This commit is contained in:
ManjaroOne666 2019-02-25 17:54:20 +00:00
parent f01d8e3400
commit fad9a88f42
1 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ services:
container_name: marcleopold-website container_name: marcleopold-website
restart: always restart: always
ports: ports:
- 0.0.0.0:3003:3003 - ${URL_INTERNAL}:3003:3003
command: command:
"npm run dev" "npm run dev"
@ -15,7 +15,7 @@ services:
build: ./server/ build: ./server/
restart: always restart: always
ports: ports:
- 0.0.0.0:3004:80 - ${URL_INTERNAL}:3004:80
environment: environment:
- ENABLE_CRON=true - ENABLE_CRON=true
- APP_DEBUG=false - APP_DEBUG=false