commented out services
This commit is contained in:
@@ -243,16 +243,16 @@ services:
|
||||
- ${DOCKER_CONFIGS}/navidrome/data:/data
|
||||
- ${STORAGE_DIR}/Music/Albums:/music:ro
|
||||
|
||||
opengist:
|
||||
container_name: opengist
|
||||
image: ghcr.io/thomiceli/opengist:1
|
||||
networks:
|
||||
- reverse-proxy
|
||||
ports:
|
||||
- 6157:6157
|
||||
restart: always
|
||||
volumes:
|
||||
- ${DOCKER_CONFIGS}/opengist:/opengist
|
||||
# opengist:
|
||||
# container_name: opengist
|
||||
# image: ghcr.io/thomiceli/opengist:1
|
||||
# networks:
|
||||
# - reverse-proxy
|
||||
# ports:
|
||||
# - 6157:6157
|
||||
# restart: always
|
||||
# volumes:
|
||||
# - ${DOCKER_CONFIGS}/opengist:/opengist
|
||||
|
||||
# orbital-sync:
|
||||
# container_name: orbital-sync
|
||||
@@ -410,32 +410,32 @@ services:
|
||||
- ${DOCKER_CONFIGS}/vaultwarden:/data
|
||||
- /home/akanealw/backups/vaultwardenbackups:/data/backups
|
||||
|
||||
wg-easy:
|
||||
container_name: wg-easy
|
||||
image: weejewel/wg-easy
|
||||
environment:
|
||||
- WG_HOST=${WG_HOST}
|
||||
- PASSWORD=${WG_PASSWORD}
|
||||
- WG_DEFAULT_DNS=10.8.0.5
|
||||
- WG_PORT=51830
|
||||
- WG_PERSISTENT_KEEPALIVE=25
|
||||
- WG_DEFAULT_ADDRESS=10.8.0.x
|
||||
- WG_MTU=1420
|
||||
- WG_ALLOWED_IPS=10.8.0.0/24
|
||||
cap_add:
|
||||
- NET_ADMIN
|
||||
- SYS_MODULE
|
||||
sysctls:
|
||||
- net.ipv4.ip_forward=1
|
||||
- net.ipv4.conf.all.src_valid_mark=1
|
||||
networks:
|
||||
- reverse-proxy
|
||||
ports:
|
||||
- 51830:51820/udp
|
||||
- 51831:51821
|
||||
restart: always
|
||||
volumes:
|
||||
- ${DOCKER_CONFIGS}/wireguard:/etc/wireguard
|
||||
# wg-easy:
|
||||
# container_name: wg-easy
|
||||
# image: weejewel/wg-easy
|
||||
# environment:
|
||||
# - WG_HOST=${WG_HOST}
|
||||
# - PASSWORD=${WG_PASSWORD}
|
||||
# - WG_DEFAULT_DNS=10.8.0.5
|
||||
# - WG_PORT=51830
|
||||
# - WG_PERSISTENT_KEEPALIVE=25
|
||||
# - WG_DEFAULT_ADDRESS=10.8.0.x
|
||||
# - WG_MTU=1420
|
||||
# - WG_ALLOWED_IPS=10.8.0.0/24
|
||||
# cap_add:
|
||||
# - NET_ADMIN
|
||||
# - SYS_MODULE
|
||||
# sysctls:
|
||||
# - net.ipv4.ip_forward=1
|
||||
# - net.ipv4.conf.all.src_valid_mark=1
|
||||
# networks:
|
||||
# - reverse-proxy
|
||||
# ports:
|
||||
# - 51830:51820/udp
|
||||
# - 51831:51821
|
||||
# restart: always
|
||||
# volumes:
|
||||
# - ${DOCKER_CONFIGS}/wireguard:/etc/wireguard
|
||||
|
||||
networks:
|
||||
freshrss:
|
||||
|
||||
Reference in New Issue
Block a user