fix
This commit is contained in:
parent
d9b34781a5
commit
23e5783935
1 changed files with 0 additions and 4 deletions
|
@ -23,9 +23,7 @@ services:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
env_file:
|
env_file:
|
||||||
- ./.env
|
|
||||||
- ./.env.local
|
- ./.env.local
|
||||||
- ./.env.custom
|
|
||||||
labels:
|
labels:
|
||||||
- "traefik.enable=true"
|
- "traefik.enable=true"
|
||||||
- "traefik.http.routers.app-odc.rule=Host(`<clientUrl>`)"
|
- "traefik.http.routers.app-odc.rule=Host(`<clientUrl>`)"
|
||||||
|
@ -56,9 +54,7 @@ services:
|
||||||
db-odc:
|
db-odc:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
env_file:
|
env_file:
|
||||||
- ./.env
|
|
||||||
- ./.env.local
|
- ./.env.local
|
||||||
- ./.env.custom
|
|
||||||
command:
|
command:
|
||||||
- start-dev
|
- start-dev
|
||||||
- --import-realm
|
- --import-realm
|
||||||
|
|
Loading…
Reference in a new issue