Add env_file support for internal_frontend in docker-compose.yml
This commit is contained in:
@@ -29,6 +29,8 @@ services:
|
|||||||
internal_frontend:
|
internal_frontend:
|
||||||
image: registry.boomlab.party/rheinsw/rheinsw-mono-repo/internal_frontend
|
image: registry.boomlab.party/rheinsw/rheinsw-mono-repo/internal_frontend
|
||||||
container_name: internal_frontend
|
container_name: internal_frontend
|
||||||
|
env_file:
|
||||||
|
- ./internal_frontend.env
|
||||||
ports:
|
ports:
|
||||||
- "5101:3000"
|
- "5101:3000"
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
|
|||||||
Reference in New Issue
Block a user