17 lines
382 B
Text
17 lines
382 B
Text
|
|
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
|