Skip to content

Commit

Permalink
containers-schema and containers.json: remove networks from definition
Browse files Browse the repository at this point in the history
Signed-off-by: Simon L. <[email protected]>
  • Loading branch information
szaimen committed Jan 10, 2025
1 parent c1f1207 commit b046294
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 46 deletions.
7 changes: 0 additions & 7 deletions php/containers-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -187,13 +187,6 @@
"pattern": "^[a-z-]+$"
}
},
"networks": {
"type": "array",
"items": {
"type": "string",
"pattern": "^nextcloud-aio$"
}
},
"read_only": {
"type": "boolean"
},
Expand Down
39 changes: 0 additions & 39 deletions php/containers.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,6 @@
"nextcloud_aio_nextcloud",
"nextcloud_aio_apache"
],
"networks": [
"nextcloud-aio"
],
"read_only": true,
"tmpfs": [
"/var/log/supervisord",
Expand Down Expand Up @@ -130,9 +127,6 @@
"nextcloud_aio_database",
"nextcloud_aio_database_dump"
],
"networks": [
"nextcloud-aio"
],
"read_only": true,
"tmpfs": [
"/var/run/postgresql"
Expand Down Expand Up @@ -268,9 +262,6 @@
"backup_volumes": [
"nextcloud_aio_nextcloud"
],
"networks": [
"nextcloud-aio"
],
"cap_drop": [
"NET_RAW"
]
Expand Down Expand Up @@ -317,9 +308,6 @@
"POSTGRES_USER=nextcloud"
],
"restart": "unless-stopped",
"networks": [
"nextcloud-aio"
],
"read_only": true,
"cap_drop": [
"NET_RAW"
Expand Down Expand Up @@ -361,9 +349,6 @@
"RECORDING_SECRET"
],
"restart": "unless-stopped",
"networks": [
"nextcloud-aio"
],
"read_only": true,
"cap_drop": [
"NET_RAW"
Expand Down Expand Up @@ -404,9 +389,6 @@
"profiles": [
"collabora"
],
"networks": [
"nextcloud-aio"
],
"cap_add": [
"MKNOD",
"SYS_ADMIN"
Expand Down Expand Up @@ -466,9 +448,6 @@
"talk",
"talk-recording"
],
"networks": [
"nextcloud-aio"
],
"read_only": true,
"tmpfs": [
"/var/log/supervisord",
Expand Down Expand Up @@ -526,9 +505,6 @@
"/dev/dri"
],
"enable_nvidia_gpu": true,
"networks": [
"nextcloud-aio"
],
"read_only": true,
"tmpfs": [
"/conf"
Expand Down Expand Up @@ -690,9 +666,6 @@
"profiles": [
"clamav"
],
"networks": [
"nextcloud-aio"
],
"read_only": true,
"tmpfs": [
"/var/lock",
Expand Down Expand Up @@ -745,9 +718,6 @@
"profiles": [
"onlyoffice"
],
"networks": [
"nextcloud-aio"
],
"cap_drop": [
"NET_RAW"
]
Expand Down Expand Up @@ -785,9 +755,6 @@
"profiles": [
"imaginary"
],
"networks": [
"nextcloud-aio"
],
"read_only": true,
"tmpfs": [
"/tmp"
Expand Down Expand Up @@ -838,9 +805,6 @@
"profiles": [
"fulltextsearch"
],
"networks": [
"nextcloud-aio"
],
"secrets": [
"FULLTEXTSEARCH_PASSWORD"
],
Expand Down Expand Up @@ -910,9 +874,6 @@
"whiteboard"
],
"read_only": true,
"networks": [
"nextcloud-aio"
],
"cap_drop": [
"NET_RAW"
]
Expand Down

0 comments on commit b046294

Please sign in to comment.