Comment out empty stanzas

This commit is contained in:
Cassowary 2022-10-26 17:30:26 -07:00
parent 8e7cd11ddc
commit 72eba3a060
1 changed files with 2 additions and 2 deletions

View File

@ -20,10 +20,10 @@ services:
- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLForceHost=true" - "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLForceHost=true"
- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLHost=${DOMAIN}" - "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLHost=${DOMAIN}"
- "coop-cloud.${STACK_NAME}.version=1.2.1+1.21.6" - "coop-cloud.${STACK_NAME}.version=1.2.1+1.21.6"
environment: #environment:
volumes: volumes:
- content:/var/www/http - content:/var/www/http
configs: #configs:
#healthcheck: #healthcheck:
# test: ["CMD", "curl", "-f", "http://localhost"] # test: ["CMD", "curl", "-f", "http://localhost"]
# interval: 30s # interval: 30s