From 955d22591deab7add65fd04b4f0a753fd8b05097 Mon Sep 17 00:00:00 2001 From: akanealw Date: Wed, 22 Apr 2026 23:29:42 +0000 Subject: [PATCH] removed comments --- compose.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/compose.yml b/compose.yml index 5c42b0e..8f421c0 100644 --- a/compose.yml +++ b/compose.yml @@ -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"]