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