Use volume for deluge
This commit is contained in:
@@ -31,10 +31,9 @@ resource "docker_container" "deluge" {
|
|||||||
type = "bind"
|
type = "bind"
|
||||||
}
|
}
|
||||||
|
|
||||||
mounts {
|
volumes {
|
||||||
target = "/data/torrents"
|
container_path = "/data"
|
||||||
source = "/share/datarr/torrents"
|
volume_name = "truenas-arr"
|
||||||
type = "bind"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
lifecycle {
|
lifecycle {
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"version": 4,
|
"version": 4,
|
||||||
"terraform_version": "1.5.5",
|
"terraform_version": "1.5.5",
|
||||||
"serial": 4596,
|
"serial": 4606,
|
||||||
"lineage": "fcc74498-a461-682e-d8e4-5bc8c6ea51ec",
|
"lineage": "fcc74498-a461-682e-d8e4-5bc8c6ea51ec",
|
||||||
"outputs": {},
|
"outputs": {},
|
||||||
"resources": [
|
"resources": [
|
||||||
@@ -1438,9 +1438,9 @@
|
|||||||
"cpu_shares": 0,
|
"cpu_shares": 0,
|
||||||
"destroy_grace_seconds": null,
|
"destroy_grace_seconds": null,
|
||||||
"devices": [],
|
"devices": [],
|
||||||
"dns": [],
|
"dns": null,
|
||||||
"dns_opts": [],
|
"dns_opts": null,
|
||||||
"dns_search": [],
|
"dns_search": null,
|
||||||
"domainname": "",
|
"domainname": "",
|
||||||
"entrypoint": [
|
"entrypoint": [
|
||||||
"/init"
|
"/init"
|
||||||
@@ -1452,17 +1452,17 @@
|
|||||||
],
|
],
|
||||||
"exit_code": null,
|
"exit_code": null,
|
||||||
"gpus": null,
|
"gpus": null,
|
||||||
"group_add": [],
|
"group_add": null,
|
||||||
"healthcheck": [],
|
"healthcheck": null,
|
||||||
"host": [],
|
"host": [],
|
||||||
"hostname": "10354358cf12",
|
"hostname": "dcf696f4e3a3",
|
||||||
"id": "10354358cf12e28311ed021d148198b2e273ed08153bcebe666de4e0b3c741c8",
|
"id": "dcf696f4e3a30522be7f8be5727a839b54b31a5f3b14131f6a3c2fb7e56ce5fe",
|
||||||
"image": "sha256:b9e98f51cef4458c1ef729c62b35fccff99e6215cdb9061093fd113f0196ab36",
|
"image": "sha256:b9e98f51cef4458c1ef729c62b35fccff99e6215cdb9061093fd113f0196ab36",
|
||||||
"init": false,
|
"init": false,
|
||||||
"ipc_mode": "private",
|
"ipc_mode": "private",
|
||||||
"labels": [],
|
"labels": [],
|
||||||
"log_driver": "local",
|
"log_driver": "local",
|
||||||
"log_opts": {},
|
"log_opts": null,
|
||||||
"logs": false,
|
"logs": false,
|
||||||
"max_retry_count": 0,
|
"max_retry_count": 0,
|
||||||
"memory": 0,
|
"memory": 0,
|
||||||
@@ -1470,21 +1470,12 @@
|
|||||||
"mounts": [
|
"mounts": [
|
||||||
{
|
{
|
||||||
"bind_options": [],
|
"bind_options": [],
|
||||||
"read_only": false,
|
"read_only": null,
|
||||||
"source": "/share/appdata/deluge",
|
"source": "/share/appdata/deluge",
|
||||||
"target": "/config",
|
"target": "/config",
|
||||||
"tmpfs_options": [],
|
"tmpfs_options": [],
|
||||||
"type": "bind",
|
"type": "bind",
|
||||||
"volume_options": []
|
"volume_options": []
|
||||||
},
|
|
||||||
{
|
|
||||||
"bind_options": [],
|
|
||||||
"read_only": false,
|
|
||||||
"source": "/share/datarr/torrents",
|
|
||||||
"target": "/data/torrents",
|
|
||||||
"tmpfs_options": [],
|
|
||||||
"type": "bind",
|
|
||||||
"volume_options": []
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"must_run": true,
|
"must_run": true,
|
||||||
@@ -1497,7 +1488,7 @@
|
|||||||
"ip_address": "192.168.2.137",
|
"ip_address": "192.168.2.137",
|
||||||
"ip_prefix_length": 24,
|
"ip_prefix_length": 24,
|
||||||
"ipv6_gateway": "",
|
"ipv6_gateway": "",
|
||||||
"mac_address": "02:42:81:8f:26:89",
|
"mac_address": "02:42:3b:fe:ce:ec",
|
||||||
"network_name": "qnet-static-eth0-48e715"
|
"network_name": "qnet-static-eth0-48e715"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
@@ -1525,21 +1516,23 @@
|
|||||||
"stdin_open": false,
|
"stdin_open": false,
|
||||||
"stop_signal": "",
|
"stop_signal": "",
|
||||||
"stop_timeout": 0,
|
"stop_timeout": 0,
|
||||||
"storage_opts": {},
|
"storage_opts": null,
|
||||||
"sysctls": {},
|
"sysctls": null,
|
||||||
"tmpfs": {},
|
"tmpfs": null,
|
||||||
"tty": false,
|
"tty": false,
|
||||||
"ulimit": [
|
"ulimit": [],
|
||||||
{
|
|
||||||
"hard": 65535,
|
|
||||||
"name": "nofile",
|
|
||||||
"soft": 65535
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"upload": [],
|
"upload": [],
|
||||||
"user": "",
|
"user": "",
|
||||||
"userns_mode": "",
|
"userns_mode": "",
|
||||||
"volumes": [],
|
"volumes": [
|
||||||
|
{
|
||||||
|
"container_path": "/data",
|
||||||
|
"from_container": "",
|
||||||
|
"host_path": "",
|
||||||
|
"read_only": null,
|
||||||
|
"volume_name": "truenas-arr"
|
||||||
|
}
|
||||||
|
],
|
||||||
"wait": false,
|
"wait": false,
|
||||||
"wait_timeout": 60,
|
"wait_timeout": 60,
|
||||||
"working_dir": "/"
|
"working_dir": "/"
|
||||||
@@ -1588,7 +1581,7 @@
|
|||||||
"healthcheck": null,
|
"healthcheck": null,
|
||||||
"host": [],
|
"host": [],
|
||||||
"hostname": "dozzle",
|
"hostname": "dozzle",
|
||||||
"id": "c2b182acdd1ed19d3c89ec78522533fcaf1c49838f4b2d5a17a947815549c771",
|
"id": "65bc8a5a71e98b961c8264446fe04ac170e97382d7d043dff6c9dd68ce3cbf97",
|
||||||
"image": "sha256:9ceba54318cdeb63bbfa21d6176af1720f46a323c62aee80f43db15f47c9eceb",
|
"image": "sha256:9ceba54318cdeb63bbfa21d6176af1720f46a323c62aee80f43db15f47c9eceb",
|
||||||
"init": false,
|
"init": false,
|
||||||
"ipc_mode": "private",
|
"ipc_mode": "private",
|
||||||
@@ -1620,7 +1613,7 @@
|
|||||||
"ip_address": "192.168.2.144",
|
"ip_address": "192.168.2.144",
|
||||||
"ip_prefix_length": 24,
|
"ip_prefix_length": 24,
|
||||||
"ipv6_gateway": "",
|
"ipv6_gateway": "",
|
||||||
"mac_address": "02:42:ad:20:12:fb",
|
"mac_address": "02:42:d4:8f:ec:ec",
|
||||||
"network_name": "qnet-static-eth0-48e715"
|
"network_name": "qnet-static-eth0-48e715"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
@@ -2801,9 +2794,9 @@
|
|||||||
"permissions": "rwm"
|
"permissions": "rwm"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"dns": null,
|
"dns": [],
|
||||||
"dns_opts": null,
|
"dns_opts": [],
|
||||||
"dns_search": null,
|
"dns_search": [],
|
||||||
"domainname": "",
|
"domainname": "",
|
||||||
"entrypoint": [
|
"entrypoint": [
|
||||||
"/jellyfin/jellyfin"
|
"/jellyfin/jellyfin"
|
||||||
@@ -2815,7 +2808,7 @@
|
|||||||
],
|
],
|
||||||
"exit_code": null,
|
"exit_code": null,
|
||||||
"gpus": null,
|
"gpus": null,
|
||||||
"group_add": null,
|
"group_add": [],
|
||||||
"healthcheck": [
|
"healthcheck": [
|
||||||
{
|
{
|
||||||
"interval": "30s",
|
"interval": "30s",
|
||||||
@@ -2836,7 +2829,7 @@
|
|||||||
"ipc_mode": "private",
|
"ipc_mode": "private",
|
||||||
"labels": [],
|
"labels": [],
|
||||||
"log_driver": "local",
|
"log_driver": "local",
|
||||||
"log_opts": null,
|
"log_opts": {},
|
||||||
"logs": false,
|
"logs": false,
|
||||||
"max_retry_count": 0,
|
"max_retry_count": 0,
|
||||||
"memory": 0,
|
"memory": 0,
|
||||||
@@ -2844,7 +2837,7 @@
|
|||||||
"mounts": [
|
"mounts": [
|
||||||
{
|
{
|
||||||
"bind_options": [],
|
"bind_options": [],
|
||||||
"read_only": null,
|
"read_only": false,
|
||||||
"source": "/share/appdata/jellyfin/cache",
|
"source": "/share/appdata/jellyfin/cache",
|
||||||
"target": "/cache",
|
"target": "/cache",
|
||||||
"tmpfs_options": [],
|
"tmpfs_options": [],
|
||||||
@@ -2853,7 +2846,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"bind_options": [],
|
"bind_options": [],
|
||||||
"read_only": null,
|
"read_only": false,
|
||||||
"source": "/share/appdata/jellyfin/config",
|
"source": "/share/appdata/jellyfin/config",
|
||||||
"target": "/config",
|
"target": "/config",
|
||||||
"tmpfs_options": [],
|
"tmpfs_options": [],
|
||||||
@@ -2899,11 +2892,17 @@
|
|||||||
"stdin_open": false,
|
"stdin_open": false,
|
||||||
"stop_signal": "",
|
"stop_signal": "",
|
||||||
"stop_timeout": 0,
|
"stop_timeout": 0,
|
||||||
"storage_opts": null,
|
"storage_opts": {},
|
||||||
"sysctls": null,
|
"sysctls": {},
|
||||||
"tmpfs": null,
|
"tmpfs": {},
|
||||||
"tty": false,
|
"tty": false,
|
||||||
"ulimit": [],
|
"ulimit": [
|
||||||
|
{
|
||||||
|
"hard": 65535,
|
||||||
|
"name": "nofile",
|
||||||
|
"soft": 65535
|
||||||
|
}
|
||||||
|
],
|
||||||
"upload": [],
|
"upload": [],
|
||||||
"user": "",
|
"user": "",
|
||||||
"userns_mode": "",
|
"userns_mode": "",
|
||||||
@@ -2912,7 +2911,7 @@
|
|||||||
"container_path": "/datarr",
|
"container_path": "/datarr",
|
||||||
"from_container": "",
|
"from_container": "",
|
||||||
"host_path": "",
|
"host_path": "",
|
||||||
"read_only": null,
|
"read_only": false,
|
||||||
"volume_name": "truenas-arr"
|
"volume_name": "truenas-arr"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
@@ -2923,6 +2922,7 @@
|
|||||||
"sensitive_attributes": [],
|
"sensitive_attributes": [],
|
||||||
"private": "eyJzY2hlbWFfdmVyc2lvbiI6IjIifQ==",
|
"private": "eyJzY2hlbWFfdmVyc2lvbiI6IjIifQ==",
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
|
"data.docker_registry_image.jellyfin",
|
||||||
"docker_image.jellyfin",
|
"docker_image.jellyfin",
|
||||||
"docker_network.bridge"
|
"docker_network.bridge"
|
||||||
]
|
]
|
||||||
@@ -4084,9 +4084,9 @@
|
|||||||
"cpu_shares": 0,
|
"cpu_shares": 0,
|
||||||
"destroy_grace_seconds": null,
|
"destroy_grace_seconds": null,
|
||||||
"devices": [],
|
"devices": [],
|
||||||
"dns": null,
|
"dns": [],
|
||||||
"dns_opts": null,
|
"dns_opts": [],
|
||||||
"dns_search": null,
|
"dns_search": [],
|
||||||
"domainname": "",
|
"domainname": "",
|
||||||
"entrypoint": [
|
"entrypoint": [
|
||||||
"start.sh"
|
"start.sh"
|
||||||
@@ -4094,7 +4094,7 @@
|
|||||||
"env": [],
|
"env": [],
|
||||||
"exit_code": null,
|
"exit_code": null,
|
||||||
"gpus": null,
|
"gpus": null,
|
||||||
"group_add": null,
|
"group_add": [],
|
||||||
"healthcheck": [
|
"healthcheck": [
|
||||||
{
|
{
|
||||||
"interval": "0s",
|
"interval": "0s",
|
||||||
@@ -4126,7 +4126,7 @@
|
|||||||
"mounts": [
|
"mounts": [
|
||||||
{
|
{
|
||||||
"bind_options": [],
|
"bind_options": [],
|
||||||
"read_only": null,
|
"read_only": false,
|
||||||
"source": "/share/appdata/pi-hole",
|
"source": "/share/appdata/pi-hole",
|
||||||
"target": "/etc-pihole",
|
"target": "/etc-pihole",
|
||||||
"tmpfs_options": [],
|
"tmpfs_options": [],
|
||||||
@@ -4172,11 +4172,17 @@
|
|||||||
"stdin_open": false,
|
"stdin_open": false,
|
||||||
"stop_signal": "",
|
"stop_signal": "",
|
||||||
"stop_timeout": 0,
|
"stop_timeout": 0,
|
||||||
"storage_opts": null,
|
"storage_opts": {},
|
||||||
"sysctls": null,
|
"sysctls": {},
|
||||||
"tmpfs": null,
|
"tmpfs": {},
|
||||||
"tty": false,
|
"tty": false,
|
||||||
"ulimit": [],
|
"ulimit": [
|
||||||
|
{
|
||||||
|
"hard": 65535,
|
||||||
|
"name": "nofile",
|
||||||
|
"soft": 65535
|
||||||
|
}
|
||||||
|
],
|
||||||
"upload": [],
|
"upload": [],
|
||||||
"user": "",
|
"user": "",
|
||||||
"userns_mode": "",
|
"userns_mode": "",
|
||||||
@@ -4484,9 +4490,9 @@
|
|||||||
"cpu_shares": 0,
|
"cpu_shares": 0,
|
||||||
"destroy_grace_seconds": null,
|
"destroy_grace_seconds": null,
|
||||||
"devices": [],
|
"devices": [],
|
||||||
"dns": null,
|
"dns": [],
|
||||||
"dns_opts": null,
|
"dns_opts": [],
|
||||||
"dns_search": null,
|
"dns_search": [],
|
||||||
"domainname": "",
|
"domainname": "",
|
||||||
"entrypoint": [
|
"entrypoint": [
|
||||||
"/init"
|
"/init"
|
||||||
@@ -4498,8 +4504,8 @@
|
|||||||
],
|
],
|
||||||
"exit_code": null,
|
"exit_code": null,
|
||||||
"gpus": null,
|
"gpus": null,
|
||||||
"group_add": null,
|
"group_add": [],
|
||||||
"healthcheck": null,
|
"healthcheck": [],
|
||||||
"host": [],
|
"host": [],
|
||||||
"hostname": "9fa80b9a2199",
|
"hostname": "9fa80b9a2199",
|
||||||
"id": "9fa80b9a21998636d9fc3b96f8cc7a64f1ec270b10bc3d1f815728d5404f05db",
|
"id": "9fa80b9a21998636d9fc3b96f8cc7a64f1ec270b10bc3d1f815728d5404f05db",
|
||||||
@@ -4508,7 +4514,7 @@
|
|||||||
"ipc_mode": "private",
|
"ipc_mode": "private",
|
||||||
"labels": [],
|
"labels": [],
|
||||||
"log_driver": "local",
|
"log_driver": "local",
|
||||||
"log_opts": null,
|
"log_opts": {},
|
||||||
"logs": false,
|
"logs": false,
|
||||||
"max_retry_count": 0,
|
"max_retry_count": 0,
|
||||||
"memory": 0,
|
"memory": 0,
|
||||||
@@ -4516,7 +4522,7 @@
|
|||||||
"mounts": [
|
"mounts": [
|
||||||
{
|
{
|
||||||
"bind_options": [],
|
"bind_options": [],
|
||||||
"read_only": null,
|
"read_only": false,
|
||||||
"source": "/share/appdata/radarr",
|
"source": "/share/appdata/radarr",
|
||||||
"target": "/config",
|
"target": "/config",
|
||||||
"tmpfs_options": [],
|
"tmpfs_options": [],
|
||||||
@@ -4562,11 +4568,17 @@
|
|||||||
"stdin_open": false,
|
"stdin_open": false,
|
||||||
"stop_signal": "",
|
"stop_signal": "",
|
||||||
"stop_timeout": 0,
|
"stop_timeout": 0,
|
||||||
"storage_opts": null,
|
"storage_opts": {},
|
||||||
"sysctls": null,
|
"sysctls": {},
|
||||||
"tmpfs": null,
|
"tmpfs": {},
|
||||||
"tty": false,
|
"tty": false,
|
||||||
"ulimit": [],
|
"ulimit": [
|
||||||
|
{
|
||||||
|
"hard": 65535,
|
||||||
|
"name": "nofile",
|
||||||
|
"soft": 65535
|
||||||
|
}
|
||||||
|
],
|
||||||
"upload": [],
|
"upload": [],
|
||||||
"user": "",
|
"user": "",
|
||||||
"userns_mode": "",
|
"userns_mode": "",
|
||||||
@@ -4575,7 +4587,7 @@
|
|||||||
"container_path": "/data",
|
"container_path": "/data",
|
||||||
"from_container": "",
|
"from_container": "",
|
||||||
"host_path": "",
|
"host_path": "",
|
||||||
"read_only": null,
|
"read_only": false,
|
||||||
"volume_name": "truenas-arr"
|
"volume_name": "truenas-arr"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
@@ -4586,6 +4598,7 @@
|
|||||||
"sensitive_attributes": [],
|
"sensitive_attributes": [],
|
||||||
"private": "eyJzY2hlbWFfdmVyc2lvbiI6IjIifQ==",
|
"private": "eyJzY2hlbWFfdmVyc2lvbiI6IjIifQ==",
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
|
"data.docker_registry_image.radarr",
|
||||||
"docker_image.radarr",
|
"docker_image.radarr",
|
||||||
"docker_network.bridge"
|
"docker_network.bridge"
|
||||||
]
|
]
|
||||||
@@ -4612,9 +4625,9 @@
|
|||||||
"cpu_shares": 0,
|
"cpu_shares": 0,
|
||||||
"destroy_grace_seconds": null,
|
"destroy_grace_seconds": null,
|
||||||
"devices": [],
|
"devices": [],
|
||||||
"dns": null,
|
"dns": [],
|
||||||
"dns_opts": null,
|
"dns_opts": [],
|
||||||
"dns_search": null,
|
"dns_search": [],
|
||||||
"domainname": "",
|
"domainname": "",
|
||||||
"entrypoint": [
|
"entrypoint": [
|
||||||
"/init"
|
"/init"
|
||||||
@@ -4626,8 +4639,8 @@
|
|||||||
],
|
],
|
||||||
"exit_code": null,
|
"exit_code": null,
|
||||||
"gpus": null,
|
"gpus": null,
|
||||||
"group_add": null,
|
"group_add": [],
|
||||||
"healthcheck": null,
|
"healthcheck": [],
|
||||||
"host": [],
|
"host": [],
|
||||||
"hostname": "503bbb9bddaa",
|
"hostname": "503bbb9bddaa",
|
||||||
"id": "503bbb9bddaaddd7f544bacfa4175ea2c921f1e6e81312da107121f1feb166de",
|
"id": "503bbb9bddaaddd7f544bacfa4175ea2c921f1e6e81312da107121f1feb166de",
|
||||||
@@ -4636,7 +4649,7 @@
|
|||||||
"ipc_mode": "private",
|
"ipc_mode": "private",
|
||||||
"labels": [],
|
"labels": [],
|
||||||
"log_driver": "local",
|
"log_driver": "local",
|
||||||
"log_opts": null,
|
"log_opts": {},
|
||||||
"logs": false,
|
"logs": false,
|
||||||
"max_retry_count": 0,
|
"max_retry_count": 0,
|
||||||
"memory": 0,
|
"memory": 0,
|
||||||
@@ -4644,7 +4657,7 @@
|
|||||||
"mounts": [
|
"mounts": [
|
||||||
{
|
{
|
||||||
"bind_options": [],
|
"bind_options": [],
|
||||||
"read_only": null,
|
"read_only": false,
|
||||||
"source": "/share/appdata/readarr",
|
"source": "/share/appdata/readarr",
|
||||||
"target": "/config",
|
"target": "/config",
|
||||||
"tmpfs_options": [],
|
"tmpfs_options": [],
|
||||||
@@ -4690,11 +4703,17 @@
|
|||||||
"stdin_open": false,
|
"stdin_open": false,
|
||||||
"stop_signal": "",
|
"stop_signal": "",
|
||||||
"stop_timeout": 0,
|
"stop_timeout": 0,
|
||||||
"storage_opts": null,
|
"storage_opts": {},
|
||||||
"sysctls": null,
|
"sysctls": {},
|
||||||
"tmpfs": null,
|
"tmpfs": {},
|
||||||
"tty": false,
|
"tty": false,
|
||||||
"ulimit": [],
|
"ulimit": [
|
||||||
|
{
|
||||||
|
"hard": 65535,
|
||||||
|
"name": "nofile",
|
||||||
|
"soft": 65535
|
||||||
|
}
|
||||||
|
],
|
||||||
"upload": [],
|
"upload": [],
|
||||||
"user": "",
|
"user": "",
|
||||||
"userns_mode": "",
|
"userns_mode": "",
|
||||||
@@ -4703,7 +4722,7 @@
|
|||||||
"container_path": "/data",
|
"container_path": "/data",
|
||||||
"from_container": "",
|
"from_container": "",
|
||||||
"host_path": "",
|
"host_path": "",
|
||||||
"read_only": null,
|
"read_only": false,
|
||||||
"volume_name": "truenas-arr"
|
"volume_name": "truenas-arr"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
@@ -4714,6 +4733,7 @@
|
|||||||
"sensitive_attributes": [],
|
"sensitive_attributes": [],
|
||||||
"private": "eyJzY2hlbWFfdmVyc2lvbiI6IjIifQ==",
|
"private": "eyJzY2hlbWFfdmVyc2lvbiI6IjIifQ==",
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
|
"data.docker_registry_image.readarr",
|
||||||
"docker_image.readarr",
|
"docker_image.readarr",
|
||||||
"docker_network.bridge"
|
"docker_network.bridge"
|
||||||
]
|
]
|
||||||
@@ -5140,9 +5160,9 @@
|
|||||||
"cpu_shares": 0,
|
"cpu_shares": 0,
|
||||||
"destroy_grace_seconds": null,
|
"destroy_grace_seconds": null,
|
||||||
"devices": [],
|
"devices": [],
|
||||||
"dns": null,
|
"dns": [],
|
||||||
"dns_opts": null,
|
"dns_opts": [],
|
||||||
"dns_search": null,
|
"dns_search": [],
|
||||||
"domainname": "",
|
"domainname": "",
|
||||||
"entrypoint": [
|
"entrypoint": [
|
||||||
"/init"
|
"/init"
|
||||||
@@ -5154,8 +5174,8 @@
|
|||||||
],
|
],
|
||||||
"exit_code": null,
|
"exit_code": null,
|
||||||
"gpus": null,
|
"gpus": null,
|
||||||
"group_add": null,
|
"group_add": [],
|
||||||
"healthcheck": null,
|
"healthcheck": [],
|
||||||
"host": [],
|
"host": [],
|
||||||
"hostname": "87907f6d34fb",
|
"hostname": "87907f6d34fb",
|
||||||
"id": "87907f6d34fbff75b1a7ba93409b3f0e10ddcd0d5c7eed3d5f490abff6eabb50",
|
"id": "87907f6d34fbff75b1a7ba93409b3f0e10ddcd0d5c7eed3d5f490abff6eabb50",
|
||||||
@@ -5164,7 +5184,7 @@
|
|||||||
"ipc_mode": "private",
|
"ipc_mode": "private",
|
||||||
"labels": [],
|
"labels": [],
|
||||||
"log_driver": "local",
|
"log_driver": "local",
|
||||||
"log_opts": null,
|
"log_opts": {},
|
||||||
"logs": false,
|
"logs": false,
|
||||||
"max_retry_count": 0,
|
"max_retry_count": 0,
|
||||||
"memory": 0,
|
"memory": 0,
|
||||||
@@ -5172,7 +5192,7 @@
|
|||||||
"mounts": [
|
"mounts": [
|
||||||
{
|
{
|
||||||
"bind_options": [],
|
"bind_options": [],
|
||||||
"read_only": null,
|
"read_only": false,
|
||||||
"source": "/share/appdata/sabnzdb",
|
"source": "/share/appdata/sabnzdb",
|
||||||
"target": "/config",
|
"target": "/config",
|
||||||
"tmpfs_options": [],
|
"tmpfs_options": [],
|
||||||
@@ -5218,11 +5238,17 @@
|
|||||||
"stdin_open": false,
|
"stdin_open": false,
|
||||||
"stop_signal": "",
|
"stop_signal": "",
|
||||||
"stop_timeout": 0,
|
"stop_timeout": 0,
|
||||||
"storage_opts": null,
|
"storage_opts": {},
|
||||||
"sysctls": null,
|
"sysctls": {},
|
||||||
"tmpfs": null,
|
"tmpfs": {},
|
||||||
"tty": false,
|
"tty": false,
|
||||||
"ulimit": [],
|
"ulimit": [
|
||||||
|
{
|
||||||
|
"hard": 65535,
|
||||||
|
"name": "nofile",
|
||||||
|
"soft": 65535
|
||||||
|
}
|
||||||
|
],
|
||||||
"upload": [],
|
"upload": [],
|
||||||
"user": "",
|
"user": "",
|
||||||
"userns_mode": "",
|
"userns_mode": "",
|
||||||
@@ -5231,7 +5257,7 @@
|
|||||||
"container_path": "/data",
|
"container_path": "/data",
|
||||||
"from_container": "",
|
"from_container": "",
|
||||||
"host_path": "",
|
"host_path": "",
|
||||||
"read_only": null,
|
"read_only": false,
|
||||||
"volume_name": "truenas-arr"
|
"volume_name": "truenas-arr"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
@@ -5242,6 +5268,7 @@
|
|||||||
"sensitive_attributes": [],
|
"sensitive_attributes": [],
|
||||||
"private": "eyJzY2hlbWFfdmVyc2lvbiI6IjIifQ==",
|
"private": "eyJzY2hlbWFfdmVyc2lvbiI6IjIifQ==",
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
|
"data.docker_registry_image.sabnzdb",
|
||||||
"docker_image.sabnzdb",
|
"docker_image.sabnzdb",
|
||||||
"docker_network.bridge"
|
"docker_network.bridge"
|
||||||
]
|
]
|
||||||
@@ -5407,9 +5434,9 @@
|
|||||||
"cpu_shares": 0,
|
"cpu_shares": 0,
|
||||||
"destroy_grace_seconds": null,
|
"destroy_grace_seconds": null,
|
||||||
"devices": [],
|
"devices": [],
|
||||||
"dns": null,
|
"dns": [],
|
||||||
"dns_opts": null,
|
"dns_opts": [],
|
||||||
"dns_search": null,
|
"dns_search": [],
|
||||||
"domainname": "",
|
"domainname": "",
|
||||||
"entrypoint": [
|
"entrypoint": [
|
||||||
"/init"
|
"/init"
|
||||||
@@ -5421,8 +5448,8 @@
|
|||||||
],
|
],
|
||||||
"exit_code": null,
|
"exit_code": null,
|
||||||
"gpus": null,
|
"gpus": null,
|
||||||
"group_add": null,
|
"group_add": [],
|
||||||
"healthcheck": null,
|
"healthcheck": [],
|
||||||
"host": [],
|
"host": [],
|
||||||
"hostname": "d753eae292a7",
|
"hostname": "d753eae292a7",
|
||||||
"id": "d753eae292a7323ba938e1b00649267d159abbf04abc564ea264739c35bf3342",
|
"id": "d753eae292a7323ba938e1b00649267d159abbf04abc564ea264739c35bf3342",
|
||||||
@@ -5431,7 +5458,7 @@
|
|||||||
"ipc_mode": "private",
|
"ipc_mode": "private",
|
||||||
"labels": [],
|
"labels": [],
|
||||||
"log_driver": "local",
|
"log_driver": "local",
|
||||||
"log_opts": null,
|
"log_opts": {},
|
||||||
"logs": false,
|
"logs": false,
|
||||||
"max_retry_count": 0,
|
"max_retry_count": 0,
|
||||||
"memory": 0,
|
"memory": 0,
|
||||||
@@ -5439,7 +5466,7 @@
|
|||||||
"mounts": [
|
"mounts": [
|
||||||
{
|
{
|
||||||
"bind_options": [],
|
"bind_options": [],
|
||||||
"read_only": null,
|
"read_only": false,
|
||||||
"source": "/share/appdata/sonarr",
|
"source": "/share/appdata/sonarr",
|
||||||
"target": "/config",
|
"target": "/config",
|
||||||
"tmpfs_options": [],
|
"tmpfs_options": [],
|
||||||
@@ -5485,11 +5512,17 @@
|
|||||||
"stdin_open": false,
|
"stdin_open": false,
|
||||||
"stop_signal": "",
|
"stop_signal": "",
|
||||||
"stop_timeout": 0,
|
"stop_timeout": 0,
|
||||||
"storage_opts": null,
|
"storage_opts": {},
|
||||||
"sysctls": null,
|
"sysctls": {},
|
||||||
"tmpfs": null,
|
"tmpfs": {},
|
||||||
"tty": false,
|
"tty": false,
|
||||||
"ulimit": [],
|
"ulimit": [
|
||||||
|
{
|
||||||
|
"hard": 65535,
|
||||||
|
"name": "nofile",
|
||||||
|
"soft": 65535
|
||||||
|
}
|
||||||
|
],
|
||||||
"upload": [],
|
"upload": [],
|
||||||
"user": "",
|
"user": "",
|
||||||
"userns_mode": "",
|
"userns_mode": "",
|
||||||
@@ -5498,7 +5531,7 @@
|
|||||||
"container_path": "/data",
|
"container_path": "/data",
|
||||||
"from_container": "",
|
"from_container": "",
|
||||||
"host_path": "",
|
"host_path": "",
|
||||||
"read_only": null,
|
"read_only": false,
|
||||||
"volume_name": "truenas-arr"
|
"volume_name": "truenas-arr"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
@@ -5509,6 +5542,7 @@
|
|||||||
"sensitive_attributes": [],
|
"sensitive_attributes": [],
|
||||||
"private": "eyJzY2hlbWFfdmVyc2lvbiI6IjIifQ==",
|
"private": "eyJzY2hlbWFfdmVyc2lvbiI6IjIifQ==",
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
|
"data.docker_registry_image.sonarr",
|
||||||
"docker_image.sonarr",
|
"docker_image.sonarr",
|
||||||
"docker_network.bridge"
|
"docker_network.bridge"
|
||||||
]
|
]
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user