[Komodo] admin: Write Compose File: update compose.yaml
This commit is contained in:
parent
abdd7301c9
commit
d5d8ac2a9d
1 changed files with 10 additions and 13 deletions
23
compose.yaml
23
compose.yaml
|
|
@ -6,23 +6,20 @@ networks:
|
||||||
services:
|
services:
|
||||||
|
|
||||||
wireguard:
|
wireguard:
|
||||||
image: lscr.io/linuxserver/wireguard:latest
|
image: qmcgaw/gluetun:latest
|
||||||
container_name: wireguard
|
container_name: gluetun
|
||||||
cap_add:
|
cap_add:
|
||||||
- NET_ADMIN
|
- NET_ADMIN
|
||||||
- SYS_MODULE #optional
|
|
||||||
environment:
|
environment:
|
||||||
- PUID=1000
|
- VPN_SERVICE_PROVIDER=opnsense
|
||||||
- PGID=1000
|
- VPN_TYPE=wireguard
|
||||||
- TZ=Europe/Berlin
|
- WIREGUARD_PRIVATE_KEY=${WIREGUARD_PRIVATE_KEY}
|
||||||
volumes:
|
- WIREGUARD_ADDRESS=${WIREGUARD_ADDRESS}
|
||||||
- /app-config/wireguard/:/config
|
- WIREGUARD_PRESHARED_KEY=${WIREGUARD_PRESHARED_KEY}
|
||||||
- /lib/modules:/lib/modules #optional
|
- WIREGUARD_ENDPOINT_IP=${WIREGUARD_ENDPOINT_IP}
|
||||||
|
- WIREGUARD_ENDPOINT_PORT=${WIREGUARD_ENDPOINT_PORT}
|
||||||
ports:
|
ports:
|
||||||
- 51820:51820/udp
|
- 8080:8080 # Für sabnzbd
|
||||||
- 8080:8080
|
|
||||||
sysctls:
|
|
||||||
- net.ipv4.conf.all.src_valid_mark=1
|
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
networks:
|
networks:
|
||||||
- media_network
|
- media_network
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue