converge/compose.yaml
Erik Brakkee d109c72f66 removed password based access
authorized keys can now be modified within the session.
keep last set of keys when no valid keys were found and keys are changed during the session .
2024-09-08 11:16:49 +02:00

13 lines
179 B
YAML

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