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
|
||||
restart: unless-stopped
|
||||
env_file:
|
||||
- ./.env
|
||||
- ./.env.local
|
||||
- ./.env.custom
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
- "traefik.http.routers.app-odc.rule=Host(`<clientUrl>`)"
|
||||
|
@ -56,9 +54,7 @@ services:
|
|||
db-odc:
|
||||
condition: service_healthy
|
||||
env_file:
|
||||
- ./.env
|
||||
- ./.env.local
|
||||
- ./.env.custom
|
||||
command:
|
||||
- start-dev
|
||||
- --import-realm
|
||||
|
|
Loading…
Reference in a new issue