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
@@ -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