removed comments

This commit is contained in:
2026-04-22 23:29:42 +00:00
parent a3a4e7575b
commit 955d22591d

View File

@@ -9,7 +9,6 @@ services:
- reverse-proxy
restart: 'unless-stopped'
healthcheck:
## In production the healthcheck section should be commented.
disable: true
environment:
TZ: 'America/Chicago'
@@ -42,7 +41,6 @@ services:
- /var/run/docker.sock:/var/run/docker.sock:ro
environment:
- TZ=America/Chicago
# Generate with: openssl rand -base64 32
- CHARON_ENCRYPTION_KEY=rmDCKolKZ0YFhiCy7BhDiZkzTZn0nszK5lkHmzbYGzs=
healthcheck:
test: ["CMD-SHELL", "curl -fsS http://localhost:8080/api/v1/health || exit 1"]