From b046294801cfb47824ce91c753693b9e4794aa1f Mon Sep 17 00:00:00 2001 From: "Simon L." Date: Fri, 10 Jan 2025 23:12:12 +0100 Subject: [PATCH] containers-schema and containers.json: remove networks from definition Signed-off-by: Simon L. --- php/containers-schema.json | 7 ------- php/containers.json | 39 -------------------------------------- 2 files changed, 46 deletions(-) diff --git a/php/containers-schema.json b/php/containers-schema.json index d8dcfb0b73f..9f2141d3076 100644 --- a/php/containers-schema.json +++ b/php/containers-schema.json @@ -187,13 +187,6 @@ "pattern": "^[a-z-]+$" } }, - "networks": { - "type": "array", - "items": { - "type": "string", - "pattern": "^nextcloud-aio$" - } - }, "read_only": { "type": "boolean" }, diff --git a/php/containers.json b/php/containers.json index 73bed029001..1457b0de7ef 100644 --- a/php/containers.json +++ b/php/containers.json @@ -67,9 +67,6 @@ "nextcloud_aio_nextcloud", "nextcloud_aio_apache" ], - "networks": [ - "nextcloud-aio" - ], "read_only": true, "tmpfs": [ "/var/log/supervisord", @@ -130,9 +127,6 @@ "nextcloud_aio_database", "nextcloud_aio_database_dump" ], - "networks": [ - "nextcloud-aio" - ], "read_only": true, "tmpfs": [ "/var/run/postgresql" @@ -268,9 +262,6 @@ "backup_volumes": [ "nextcloud_aio_nextcloud" ], - "networks": [ - "nextcloud-aio" - ], "cap_drop": [ "NET_RAW" ] @@ -317,9 +308,6 @@ "POSTGRES_USER=nextcloud" ], "restart": "unless-stopped", - "networks": [ - "nextcloud-aio" - ], "read_only": true, "cap_drop": [ "NET_RAW" @@ -361,9 +349,6 @@ "RECORDING_SECRET" ], "restart": "unless-stopped", - "networks": [ - "nextcloud-aio" - ], "read_only": true, "cap_drop": [ "NET_RAW" @@ -404,9 +389,6 @@ "profiles": [ "collabora" ], - "networks": [ - "nextcloud-aio" - ], "cap_add": [ "MKNOD", "SYS_ADMIN" @@ -466,9 +448,6 @@ "talk", "talk-recording" ], - "networks": [ - "nextcloud-aio" - ], "read_only": true, "tmpfs": [ "/var/log/supervisord", @@ -526,9 +505,6 @@ "/dev/dri" ], "enable_nvidia_gpu": true, - "networks": [ - "nextcloud-aio" - ], "read_only": true, "tmpfs": [ "/conf" @@ -690,9 +666,6 @@ "profiles": [ "clamav" ], - "networks": [ - "nextcloud-aio" - ], "read_only": true, "tmpfs": [ "/var/lock", @@ -745,9 +718,6 @@ "profiles": [ "onlyoffice" ], - "networks": [ - "nextcloud-aio" - ], "cap_drop": [ "NET_RAW" ] @@ -785,9 +755,6 @@ "profiles": [ "imaginary" ], - "networks": [ - "nextcloud-aio" - ], "read_only": true, "tmpfs": [ "/tmp" @@ -838,9 +805,6 @@ "profiles": [ "fulltextsearch" ], - "networks": [ - "nextcloud-aio" - ], "secrets": [ "FULLTEXTSEARCH_PASSWORD" ], @@ -910,9 +874,6 @@ "whiteboard" ], "read_only": true, - "networks": [ - "nextcloud-aio" - ], "cap_drop": [ "NET_RAW" ]