disable health check
This commit is contained in:
parent
ae4a464f29
commit
bed7b19038
2 changed files with 4 additions and 0 deletions
|
@ -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}`)
|
||||
|
|
|
@ -23,3 +23,5 @@ services:
|
|||
- traefik.http.services.posteio.loadbalancer.server.port=80
|
||||
networks:
|
||||
- srv
|
||||
healthcheck:
|
||||
disable: true
|
||||
|
|
Loading…
Add table
Reference in a new issue