removed comments
This commit is contained in:
@@ -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"]
|
||||||
|
|||||||
Reference in New Issue
Block a user