forked from coop-cloud/authentik
15 lines
274 B
YAML
15 lines
274 B
YAML
version: "3.8"
|
|
services:
|
|
worker:
|
|
environment:
|
|
- KIMAI_DOMAIN
|
|
configs:
|
|
- source: kimai
|
|
target: /blueprints/kimai.yaml
|
|
|
|
configs:
|
|
kimai:
|
|
name: ${STACK_NAME}_kimai_${KIMAI_CONFIG_VERSION}
|
|
file: kimai.yaml.tmpl
|
|
template_driver: golang
|