From 14e8ed5225644d173db17543fda13c3f23033f2e Mon Sep 17 00:00:00 2001 From: akanealw Date: Sat, 7 Oct 2023 20:18:43 -0500 Subject: [PATCH] reverted changes --- gluetun/docker-compose.yml | 45 +++++++++++++------------------------- 1 file changed, 15 insertions(+), 30 deletions(-) diff --git a/gluetun/docker-compose.yml b/gluetun/docker-compose.yml index 13b5910..71d4f4d 100644 --- a/gluetun/docker-compose.yml +++ b/gluetun/docker-compose.yml @@ -8,9 +8,8 @@ services: - PUID=${PUID} - PGID=${PGID} - TZ=${TZ} - depends_on: - - gluetun - network_mode: "service:gluetun" + ports: + - 6767:6767 restart: always volumes: - ${DOCKER_CONFIGS}/bazarr:/config @@ -47,20 +46,12 @@ services: devices: - /dev/net/tun:/dev/net/tun ports: - - 6767:6767 # bazarr - 3000:3000 # firefox - 8888:8888 # http proxy - - 9117:9117 # jackett - 3129:3129 # jdownloader - 5800:5800 # jdownloader - - 8686:8686 # lidarr - - 5076:5076 # nzbhydra - - 9696:9696 # prowlarr - 8282:8282 # qbittorrent - - 7878:7878 # radarr - - 192.168.1.30:8181:8080 # sabnzbd - - 8191:8090 # sabnzbd - - 8989:8989 # sonarr + - 8181:8080 # sabnzbd restart: always volumes: - ${DOCKER_CONFIGS}/gluetun:/gluetun @@ -74,9 +65,8 @@ services: - TZ=${TZ} - UMASK=${UMASK} - AUTO_UPDATE=true - depends_on: - - gluetun - network_mode: "service:gluetun" + ports: + - 9117:9117 restart: always volumes: - ${DOCKER_CONFIGS}/jackett/config:/config @@ -112,9 +102,8 @@ services: - PGID=${PGID} - PUID=${PUID} - TZ=${TZ} - depends_on: - - gluetun - network_mode: "service:gluetun" + ports: + - 8686:8686 restart: always volumes: - ${DOCKER_CONFIGS}/lidarr/config:/config @@ -128,9 +117,8 @@ services: - PUID=${PUID} - PGID=${PGID} - TZ=${TZ} - depends_on: - - gluetun - network_mode: "service:gluetun" + ports: + - 5076:5076 restart: always volumes: - ${DOCKER_CONFIGS}/nzbhydra/config:/config @@ -144,9 +132,8 @@ services: - PUID=${PUID} - PGID=${PGID} - TZ=${TZ} - depends_on: - - gluetun - network_mode: "service:gluetun" + ports: + - 9696:9696 restart: always volumes: - ${DOCKER_CONFIGS}/prowlarr/config:/config @@ -175,9 +162,8 @@ services: - PUID=${PUID} - PGID=${PGID} - TZ=${TZ} - depends_on: - - gluetun - network_mode: "service:gluetun" + ports: + - 7878:7878 restart: always volumes: - ${DOCKER_CONFIGS}/radarr:/config @@ -206,9 +192,8 @@ services: - PUID=${PUID} - PGID=${PGID} - TZ=${TZ} - depends_on: - - gluetun - network_mode: "service:gluetun" + ports: + - 8989:8989 restart: always volumes: - ${DOCKER_CONFIGS}/sonarr:/config