environment variable URL_INTERNAL
This commit is contained in:
parent
f01d8e3400
commit
fad9a88f42
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue