authentik/compose.wekan.yml

27 lines
530 B
YAML

version: "3.8"
services:
worker:
secrets:
- wekan_id
- wekan_secret
environment:
- WEKAN_DOMAIN
configs:
- source: wekan
target: /blueprints/wekan.yaml
secrets:
wekan_id:
external: true
name: ${STACK_NAME}_wekan_id_${SECRET_WEKAN_ID_VERSION}
wekan_secret:
external: true
name: ${STACK_NAME}_wekan_secret_${SECRET_WEKAN_SECRET_VERSION}
configs:
wekan:
name: ${STACK_NAME}_wekan_${WEKAN_CONFIG_VERSION}
file: wekan.yaml.tmpl
template_driver: golang