converge/compose.yaml
Erik Brakkee 9d460b9cf3 usage fix (agent was renamed by intellij to session)
Now using embedded timezone database by go so setting the TZ variable will work.
2024-09-08 11:16:49 +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"