linderhof/roles/tuwunel/templates/compose.yml.j2

17 lines
382 B
Text
Raw Permalink Normal View History

services:
tuwunel:
image: ghcr.io/matrix-construct/tuwunel:{{ tuwunel_version }}
container_name: tuwunel
restart: unless-stopped
environment:
TUWUNEL_CONFIG: /etc/tuwunel.toml
volumes:
- /srv/tuwunel/data:/var/lib/tuwunel
- /srv/tuwunel/tuwunel.toml:/etc/tuwunel.toml:ro
networks:
- tuwunel
networks:
tuwunel:
external: true