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
restart: always
ports:
- 0.0.0.0:3003:3003
- ${URL_INTERNAL}:3003:3003
command:
"npm run dev"
@ -15,7 +15,7 @@ services:
build: ./server/
restart: always
ports:
- 0.0.0.0:3004:80
- ${URL_INTERNAL}:3004:80
environment:
- ENABLE_CRON=true
- APP_DEBUG=false