disable health check

This commit is contained in:
Yax 2020-07-25 15:07:37 +02:00
parent ae4a464f29
commit bed7b19038
2 changed files with 4 additions and 0 deletions

View file

@ -32,6 +32,8 @@ services:
- pigallerydb_data:/app/data/db:rw
- pigallery_tmp:/app/data/tmp:rw
- ${ROOT_INSTALL}/data/sync/Photos:/app/data/images:ro
healthcheck:
disable: true
labels:
- traefik.enable=true
- traefik.http.routers.pigallery_config.rule=Host(`${HOST_PIGALLERY}.${DOMAIN}`)

View file

@ -23,3 +23,5 @@ services:
- traefik.http.services.posteio.loadbalancer.server.port=80
networks:
- srv
healthcheck:
disable: true