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