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:
|
command:
|
||||||
- '-text=<!DOCTYPE html><html lang="en"><head><meta charset="utf-8" /><title>schmidl.dev</title></head><body><p>Hello, world.</p></body></html>'
|
- '-text=<!DOCTYPE html><html lang="en"><head><meta charset="utf-8" /><title>schmidl.dev</title></head><body><p>Hello, world.</p></body></html>'
|
||||||
environment:
|
environment:
|
||||||
TZ: Europe/Berlin
|
TZ:
|
||||||
QUASSEL_HOSTNAME:
|
QUASSEL_HOSTNAME:
|
||||||
expose: [5678/tcp]
|
expose: [5678/tcp]
|
||||||
init: true
|
init: true
|
||||||
|
@ -27,6 +27,7 @@ services:
|
||||||
OVERRIDE_GID: 1000
|
OVERRIDE_GID: 1000
|
||||||
OVERRIDE_UID: 1000
|
OVERRIDE_UID: 1000
|
||||||
QUASSEL_HOSTNAME:
|
QUASSEL_HOSTNAME:
|
||||||
|
TZ:
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD", "/usr/bin/healthcheck"]
|
test: ["CMD", "/usr/bin/healthcheck"]
|
||||||
interval: 30s
|
interval: 30s
|
||||||
|
@ -49,8 +50,7 @@ services:
|
||||||
PGID: 1000
|
PGID: 1000
|
||||||
PUID: 1000
|
PUID: 1000
|
||||||
RUN_OPTS: --config-from-environment --require-ssl --ssl-cert /ssl/cert.pem --ssl-key /ssl/key.pem
|
RUN_OPTS: --config-from-environment --require-ssl --ssl-cert /ssl/cert.pem --ssl-key /ssl/key.pem
|
||||||
TZ: Europe/Berlin
|
TZ:
|
||||||
init: true
|
|
||||||
ports:
|
ports:
|
||||||
- 4242:4242
|
- 4242:4242
|
||||||
- 113:10113 #optional
|
- 113:10113 #optional
|
||||||
|
|
Loading…
Reference in a new issue