This commit is contained in:
holzi1005 2024-12-08 19:52:07 +01:00
parent d9b34781a5
commit 23e5783935

View file

@ -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