converge/compose.yaml
Erik Brakkee 01c9cdd60a usage fix (agent was renamed by intellij to session)
Now using embedded timezone database by go so setting the TZ variable will work.
2024-07-30 23:48:52 +02:00

14 lines
210 B
YAML

services:
converge:
image: $REGISTRY/converge:1.0
build:
context: .
ports:
- 8000:8000
environment:
CONVERGE_USERNAME: abc
CONVERGE_PASSWORD: "123"
TZ: "Japan"