added arr network to containers
This commit is contained in:
@@ -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
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user