added arr network to containers

This commit is contained in:
2026-06-18 16:04:40 -07:00
parent 835815e349
commit 2c4545fb15
3 changed files with 20 additions and 2 deletions
+7 -1
View File
@@ -21,6 +21,8 @@ services:
resources:
limits:
memory: 512m
networks:
- arr_network
restart: unless-stopped
volumes:
@@ -30,4 +32,8 @@ volumes:
driver_opts:
type: nfs
o: "addr=${FLARESOLVERR_NFS_SERVER},rw,noatime,rsize=65536,wsize=65536,timeo=600,nfsvers=4"
device: "${FLARESOLVERR_NFS_DEVICE}"
device: "${FLARESOLVERR_NFS_DEVICE}"
networks:
arr_network:
external: true
+7 -1
View File
@@ -22,6 +22,8 @@ services:
resources:
limits:
memory: 512m
networks:
- arr_network
restart: unless-stopped
volumes:
@@ -38,4 +40,8 @@ volumes:
driver_opts:
type: nfs
o: "addr=${JACKETT_NFS_SERVER},rw,noatime,rsize=65536,wsize=65536,timeo=600,nfsvers=4"
device: "${JACKETT_DOWNLOADS_NFS_DEVICE}"
device: "${JACKETT_DOWNLOADS_NFS_DEVICE}"
networks:
arr_network:
external: true
@@ -36,6 +36,8 @@ services:
resources:
limits:
memory: 512m
networks:
- arr_network
restart: unless-stopped
volumes:
@@ -46,3 +48,7 @@ volumes:
type: nfs
o: "addr=${TRANSMISSION_OPENVPN_NFS_SERVER},rw,noatime,rsize=65536,wsize=65536,timeo=600,nfsvers=4"
device: "${TRANSMISSION_OPENVPN_NFS_DEVICE}"
networks:
arr_network:
external: true