moved TZ Data to envfile, removed init
This commit is contained in:
parent
350423ad79
commit
97e7c24ed6
1 changed files with 3 additions and 3 deletions
|
@ -6,7 +6,7 @@ services:
|
|||
command:
|
||||
- '-text=<!DOCTYPE html><html lang="en"><head><meta charset="utf-8" /><title>schmidl.dev</title></head><body><p>Hello, world.</p></body></html>'
|
||||
environment:
|
||||
TZ: Europe/Berlin
|
||||
TZ:
|
||||
QUASSEL_HOSTNAME:
|
||||
expose: [5678/tcp]
|
||||
init: true
|
||||
|
@ -27,6 +27,7 @@ services:
|
|||
OVERRIDE_GID: 1000
|
||||
OVERRIDE_UID: 1000
|
||||
QUASSEL_HOSTNAME:
|
||||
TZ:
|
||||
healthcheck:
|
||||
test: ["CMD", "/usr/bin/healthcheck"]
|
||||
interval: 30s
|
||||
|
@ -49,8 +50,7 @@ services:
|
|||
PGID: 1000
|
||||
PUID: 1000
|
||||
RUN_OPTS: --config-from-environment --require-ssl --ssl-cert /ssl/cert.pem --ssl-key /ssl/key.pem
|
||||
TZ: Europe/Berlin
|
||||
init: true
|
||||
TZ:
|
||||
ports:
|
||||
- 4242:4242
|
||||
- 113:10113 #optional
|
||||
|
|
Loading…
Reference in a new issue