mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-11-08 05:03:27 +08:00
containers-schema and containers.json: remove networks from definition
Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
parent
c1f1207a0e
commit
b046294801
2 changed files with 0 additions and 46 deletions
|
|
@ -187,13 +187,6 @@
|
||||||
"pattern": "^[a-z-]+$"
|
"pattern": "^[a-z-]+$"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"networks": {
|
|
||||||
"type": "array",
|
|
||||||
"items": {
|
|
||||||
"type": "string",
|
|
||||||
"pattern": "^nextcloud-aio$"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"read_only": {
|
"read_only": {
|
||||||
"type": "boolean"
|
"type": "boolean"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -67,9 +67,6 @@
|
||||||
"nextcloud_aio_nextcloud",
|
"nextcloud_aio_nextcloud",
|
||||||
"nextcloud_aio_apache"
|
"nextcloud_aio_apache"
|
||||||
],
|
],
|
||||||
"networks": [
|
|
||||||
"nextcloud-aio"
|
|
||||||
],
|
|
||||||
"read_only": true,
|
"read_only": true,
|
||||||
"tmpfs": [
|
"tmpfs": [
|
||||||
"/var/log/supervisord",
|
"/var/log/supervisord",
|
||||||
|
|
@ -130,9 +127,6 @@
|
||||||
"nextcloud_aio_database",
|
"nextcloud_aio_database",
|
||||||
"nextcloud_aio_database_dump"
|
"nextcloud_aio_database_dump"
|
||||||
],
|
],
|
||||||
"networks": [
|
|
||||||
"nextcloud-aio"
|
|
||||||
],
|
|
||||||
"read_only": true,
|
"read_only": true,
|
||||||
"tmpfs": [
|
"tmpfs": [
|
||||||
"/var/run/postgresql"
|
"/var/run/postgresql"
|
||||||
|
|
@ -268,9 +262,6 @@
|
||||||
"backup_volumes": [
|
"backup_volumes": [
|
||||||
"nextcloud_aio_nextcloud"
|
"nextcloud_aio_nextcloud"
|
||||||
],
|
],
|
||||||
"networks": [
|
|
||||||
"nextcloud-aio"
|
|
||||||
],
|
|
||||||
"cap_drop": [
|
"cap_drop": [
|
||||||
"NET_RAW"
|
"NET_RAW"
|
||||||
]
|
]
|
||||||
|
|
@ -317,9 +308,6 @@
|
||||||
"POSTGRES_USER=nextcloud"
|
"POSTGRES_USER=nextcloud"
|
||||||
],
|
],
|
||||||
"restart": "unless-stopped",
|
"restart": "unless-stopped",
|
||||||
"networks": [
|
|
||||||
"nextcloud-aio"
|
|
||||||
],
|
|
||||||
"read_only": true,
|
"read_only": true,
|
||||||
"cap_drop": [
|
"cap_drop": [
|
||||||
"NET_RAW"
|
"NET_RAW"
|
||||||
|
|
@ -361,9 +349,6 @@
|
||||||
"RECORDING_SECRET"
|
"RECORDING_SECRET"
|
||||||
],
|
],
|
||||||
"restart": "unless-stopped",
|
"restart": "unless-stopped",
|
||||||
"networks": [
|
|
||||||
"nextcloud-aio"
|
|
||||||
],
|
|
||||||
"read_only": true,
|
"read_only": true,
|
||||||
"cap_drop": [
|
"cap_drop": [
|
||||||
"NET_RAW"
|
"NET_RAW"
|
||||||
|
|
@ -404,9 +389,6 @@
|
||||||
"profiles": [
|
"profiles": [
|
||||||
"collabora"
|
"collabora"
|
||||||
],
|
],
|
||||||
"networks": [
|
|
||||||
"nextcloud-aio"
|
|
||||||
],
|
|
||||||
"cap_add": [
|
"cap_add": [
|
||||||
"MKNOD",
|
"MKNOD",
|
||||||
"SYS_ADMIN"
|
"SYS_ADMIN"
|
||||||
|
|
@ -466,9 +448,6 @@
|
||||||
"talk",
|
"talk",
|
||||||
"talk-recording"
|
"talk-recording"
|
||||||
],
|
],
|
||||||
"networks": [
|
|
||||||
"nextcloud-aio"
|
|
||||||
],
|
|
||||||
"read_only": true,
|
"read_only": true,
|
||||||
"tmpfs": [
|
"tmpfs": [
|
||||||
"/var/log/supervisord",
|
"/var/log/supervisord",
|
||||||
|
|
@ -526,9 +505,6 @@
|
||||||
"/dev/dri"
|
"/dev/dri"
|
||||||
],
|
],
|
||||||
"enable_nvidia_gpu": true,
|
"enable_nvidia_gpu": true,
|
||||||
"networks": [
|
|
||||||
"nextcloud-aio"
|
|
||||||
],
|
|
||||||
"read_only": true,
|
"read_only": true,
|
||||||
"tmpfs": [
|
"tmpfs": [
|
||||||
"/conf"
|
"/conf"
|
||||||
|
|
@ -690,9 +666,6 @@
|
||||||
"profiles": [
|
"profiles": [
|
||||||
"clamav"
|
"clamav"
|
||||||
],
|
],
|
||||||
"networks": [
|
|
||||||
"nextcloud-aio"
|
|
||||||
],
|
|
||||||
"read_only": true,
|
"read_only": true,
|
||||||
"tmpfs": [
|
"tmpfs": [
|
||||||
"/var/lock",
|
"/var/lock",
|
||||||
|
|
@ -745,9 +718,6 @@
|
||||||
"profiles": [
|
"profiles": [
|
||||||
"onlyoffice"
|
"onlyoffice"
|
||||||
],
|
],
|
||||||
"networks": [
|
|
||||||
"nextcloud-aio"
|
|
||||||
],
|
|
||||||
"cap_drop": [
|
"cap_drop": [
|
||||||
"NET_RAW"
|
"NET_RAW"
|
||||||
]
|
]
|
||||||
|
|
@ -785,9 +755,6 @@
|
||||||
"profiles": [
|
"profiles": [
|
||||||
"imaginary"
|
"imaginary"
|
||||||
],
|
],
|
||||||
"networks": [
|
|
||||||
"nextcloud-aio"
|
|
||||||
],
|
|
||||||
"read_only": true,
|
"read_only": true,
|
||||||
"tmpfs": [
|
"tmpfs": [
|
||||||
"/tmp"
|
"/tmp"
|
||||||
|
|
@ -838,9 +805,6 @@
|
||||||
"profiles": [
|
"profiles": [
|
||||||
"fulltextsearch"
|
"fulltextsearch"
|
||||||
],
|
],
|
||||||
"networks": [
|
|
||||||
"nextcloud-aio"
|
|
||||||
],
|
|
||||||
"secrets": [
|
"secrets": [
|
||||||
"FULLTEXTSEARCH_PASSWORD"
|
"FULLTEXTSEARCH_PASSWORD"
|
||||||
],
|
],
|
||||||
|
|
@ -910,9 +874,6 @@
|
||||||
"whiteboard"
|
"whiteboard"
|
||||||
],
|
],
|
||||||
"read_only": true,
|
"read_only": true,
|
||||||
"networks": [
|
|
||||||
"nextcloud-aio"
|
|
||||||
],
|
|
||||||
"cap_drop": [
|
"cap_drop": [
|
||||||
"NET_RAW"
|
"NET_RAW"
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue