Update Food_Containers/mealie/compose.yaml
This commit is contained in:
@@ -15,7 +15,6 @@ services:
|
||||
PUID: 1000
|
||||
PGID: 1000
|
||||
TZ: America/Chicago
|
||||
#BASE_URL: http://${IP}
|
||||
networks:
|
||||
- traefik_network
|
||||
labels:
|
||||
@@ -30,7 +29,6 @@ services:
|
||||
- traefik.http.routers.${SERVICE_NAME}-https.tls.certresolver=cloudflare
|
||||
- traefik.http.routers.${SERVICE_NAME}-https.entrypoints=websecure
|
||||
- traefik.http.routers.${SERVICE_NAME}-https.rule=Host(`${SERVICE_NAME}.${DOMAIN_NAME}`)
|
||||
- traefik.http.services.${SERVICE_NAME}-https.loadbalancer.server.port=9000
|
||||
### Monitor with uptime-kuma
|
||||
- kuma.monitoring.group.name=Docker Containers
|
||||
- kuma.${SERVICE_NAME}.docker.parent_name=monitoring
|
||||
|
||||
Reference in New Issue
Block a user