This commit is contained in:
Lorenzo Carbonell 2023-10-13 22:13:54 +02:00
parent 6ab9ef03fe
commit 7b8c013ad7
No known key found for this signature in database
GPG Key ID: B5E8FC9484B82CA9

View File

@ -24,7 +24,7 @@ services:
volumes: volumes:
- backup-data:/app/backend/backup-data # Mounting the volume - backup-data:/app/backend/backup-data # Mounting the volume
labels: labels:
- traefik.http.services.jellystat.loadbalancer.server.port=3000 - traefik.http.services.jellystat.loadbalancer.server.port=3003
- traefik.http.routers.jellystat.rule=Host(`${FQDN}`) - traefik.http.routers.jellystat.rule=Host(`${FQDN}`)
depends_on: depends_on:
- jellystat-db - jellystat-db