Compare commits
2 Commits
8076a49199
...
756049f74e
| Author | SHA1 | Date | |
|---|---|---|---|
| 756049f74e | |||
| d4e6c7b732 |
@@ -14,8 +14,8 @@ services:
|
||||
- VPN_SERVICE_PROVIDER=custom
|
||||
- VPN_TYPE=wireguard
|
||||
- VPN_ENDPOINT_IP=${ENDPOINT_IP}
|
||||
- WIREGUARD_ADDRESSES=${WIREGUARD_ADDR}
|
||||
- VPN_ENDPOINT_PORT=${ENDPOINT_PORT}
|
||||
- WIREGUARD_ADDRESSES=${WIREGUARD_ADDR}
|
||||
- VPN_DNS_ADDRESS=${DNS_ADDRESS}
|
||||
- WIREGUARD_PUBLIC_KEY=${PUBLIC_KEY}
|
||||
- WIREGUARD_PRIVATE_KEY=${PRIVATE_KEY}
|
||||
@@ -42,12 +42,14 @@ services:
|
||||
- /data/jellyfin:/data/jellyfin
|
||||
- /data/jellyfin/configs/qbittorrent:/config
|
||||
# - /data/jellyfin/qbittorrent/downloads:/data/jellyfin/qbittorrent/downloads
|
||||
ports:
|
||||
- 8080:8080
|
||||
- 6881:6881
|
||||
- 6881:6881/udp
|
||||
# ports:
|
||||
# - 8080:8080
|
||||
# - 6881:6881
|
||||
# - 6881:6881/udp
|
||||
# networks:
|
||||
# - jellyfin-int
|
||||
depends_on:
|
||||
- gluetun
|
||||
restart: unless-stopped
|
||||
flaresolverr:
|
||||
image: ghcr.io/flaresolverr/flaresolverr:latest
|
||||
|
||||
Reference in New Issue
Block a user