Add DNPM Node feature to minimal

This commit is contained in:
Tobias Kussel
2023-12-15 09:24:06 +00:00
parent 2252504d78
commit 459fa7f78e
4 changed files with 62 additions and 4 deletions

View File

@ -7,7 +7,7 @@ services:
environment:
- ZPM_SITE=${ZPM_SITE}
volumes:
- /etc/dnpm/config:/bwhc_config
- /etc/bridgehead/dnpm:/bwhc_config:ro
- ${DNPM_DATA_DIR}:/bwhc_data
labels:
- "traefik.enable=true"
@ -29,8 +29,5 @@ services:
labels:
- "traefik.enable=true"
- "traefik.http.routers.bwhc-frontend.rule=PathPrefix(`/`)"
# - "traefik.http.middlewares.bwhc-frontend-strip.stripprefix.prefixes=/bwhc-frontend"
# - "traefik.http.routers.bwhc-frontend.middlewares=bwhc-frontend-strip"
- "traefik.http.services.bwhc-frontend.loadbalancer.server.port=8080"
- "traefik.http.routers.bwhc-frontend.tls=true"