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