removed not-used properties from the containers definition

Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
Simon L 2022-12-30 23:40:19 +01:00
parent 57e1d95643
commit 29197deb69

View file

@ -18,7 +18,6 @@
} }
], ],
"internal_port": "%APACHE_PORT%", "internal_port": "%APACHE_PORT%",
"secrets": [],
"environment": [ "environment": [
"NC_DOMAIN=%NC_DOMAIN%", "NC_DOMAIN=%NC_DOMAIN%",
"NEXTCLOUD_HOST=nextcloud-aio-nextcloud", "NEXTCLOUD_HOST=nextcloud-aio-nextcloud",
@ -42,15 +41,12 @@
"writeable": true "writeable": true
} }
], ],
"stop_grace_period": 10,
"restart": "unless-stopped" "restart": "unless-stopped"
}, },
{ {
"container_name": "nextcloud-aio-database", "container_name": "nextcloud-aio-database",
"depends_on": [],
"display_name": "Database", "display_name": "Database",
"image": "nextcloud/aio-postgresql", "image": "nextcloud/aio-postgresql",
"ports": [],
"internal_port": "5432", "internal_port": "5432",
"secrets": [ "secrets": [
"DATABASE_PASSWORD" "DATABASE_PASSWORD"
@ -88,7 +84,6 @@
], ],
"display_name": "Nextcloud", "display_name": "Nextcloud",
"image": "nextcloud/aio-nextcloud", "image": "nextcloud/aio-nextcloud",
"ports": [],
"internal_port": "9000", "internal_port": "9000",
"secrets": [ "secrets": [
"DATABASE_PASSWORD", "DATABASE_PASSWORD",
@ -160,15 +155,12 @@
"ADDITIONAL_APKS=%NEXTCLOUD_ADDITIONAL_APKS%", "ADDITIONAL_APKS=%NEXTCLOUD_ADDITIONAL_APKS%",
"ADDITIONAL_PHP_EXTENSIONS=%NEXTCLOUD_ADDITIONAL_PHP_EXTENSIONS%" "ADDITIONAL_PHP_EXTENSIONS=%NEXTCLOUD_ADDITIONAL_PHP_EXTENSIONS%"
], ],
"stop_grace_period": 10,
"restart": "unless-stopped" "restart": "unless-stopped"
}, },
{ {
"container_name": "nextcloud-aio-redis", "container_name": "nextcloud-aio-redis",
"depends_on": [],
"display_name": "Redis", "display_name": "Redis",
"image": "nextcloud/aio-redis", "image": "nextcloud/aio-redis",
"ports": [],
"internal_port": "6379", "internal_port": "6379",
"environment": [ "environment": [
"REDIS_HOST_PASSWORD=%REDIS_PASSWORD%", "REDIS_HOST_PASSWORD=%REDIS_PASSWORD%",
@ -185,15 +177,12 @@
"REDIS_PASSWORD", "REDIS_PASSWORD",
"ONLYOFFICE_SECRET" "ONLYOFFICE_SECRET"
], ],
"stop_grace_period": 10,
"restart": "unless-stopped" "restart": "unless-stopped"
}, },
{ {
"container_name": "nextcloud-aio-collabora", "container_name": "nextcloud-aio-collabora",
"depends_on": [],
"display_name": "Collabora", "display_name": "Collabora",
"image": "nextcloud/aio-collabora", "image": "nextcloud/aio-collabora",
"ports": [],
"internal_port": "9980", "internal_port": "9980",
"environment": [ "environment": [
"aliasgroup1=https://%NC_DOMAIN%:443", "aliasgroup1=https://%NC_DOMAIN%:443",
@ -208,13 +197,10 @@
"writeable": true "writeable": true
} }
], ],
"secrets": [],
"stop_grace_period": 10,
"restart": "unless-stopped" "restart": "unless-stopped"
}, },
{ {
"container_name": "nextcloud-aio-talk", "container_name": "nextcloud-aio-talk",
"depends_on": [],
"display_name": "Talk", "display_name": "Talk",
"image": "nextcloud/aio-talk", "image": "nextcloud/aio-talk",
"ports": [ "ports": [
@ -238,22 +224,16 @@
"TZ=%TIMEZONE%", "TZ=%TIMEZONE%",
"TALK_PORT=%TALK_PORT%" "TALK_PORT=%TALK_PORT%"
], ],
"volumes": [],
"secrets": [ "secrets": [
"TURN_SECRET", "TURN_SECRET",
"SIGNALING_SECRET", "SIGNALING_SECRET",
"JANUS_API_KEY" "JANUS_API_KEY"
], ],
"stop_grace_period": 10,
"restart": "unless-stopped" "restart": "unless-stopped"
}, },
{ {
"container_name": "nextcloud-aio-borgbackup", "container_name": "nextcloud-aio-borgbackup",
"depends_on": [],
"display_name": "",
"image": "nextcloud/aio-borgbackup", "image": "nextcloud/aio-borgbackup",
"ports": [],
"internal_port": "",
"environment": [ "environment": [
"BORG_PASSWORD=%BORGBACKUP_PASSWORD%", "BORG_PASSWORD=%BORGBACKUP_PASSWORD%",
"BORG_MODE=%BORGBACKUP_MODE%", "BORG_MODE=%BORGBACKUP_MODE%",
@ -316,17 +296,11 @@
], ],
"secrets": [ "secrets": [
"BORGBACKUP_PASSWORD" "BORGBACKUP_PASSWORD"
], ]
"stop_grace_period": 10,
"restart": ""
}, },
{ {
"container_name": "nextcloud-aio-watchtower", "container_name": "nextcloud-aio-watchtower",
"depends_on": [],
"display_name": "",
"image": "nextcloud/aio-watchtower", "image": "nextcloud/aio-watchtower",
"ports": [],
"internal_port": "",
"environment": [ "environment": [
"CONTAINER_TO_UPDATE=nextcloud-aio-mastercontainer" "CONTAINER_TO_UPDATE=nextcloud-aio-mastercontainer"
], ],
@ -336,15 +310,10 @@
"destination": "/var/run/docker.sock", "destination": "/var/run/docker.sock",
"writeable": false "writeable": false
} }
], ]
"secrets": [],
"stop_grace_period": 10,
"restart": ""
}, },
{ {
"depends_on": [],
"container_name": "nextcloud-aio-domaincheck", "container_name": "nextcloud-aio-domaincheck",
"display_name": "",
"image": "nextcloud/aio-domaincheck", "image": "nextcloud/aio-domaincheck",
"ports": [ "ports": [
{ {
@ -353,24 +322,19 @@
"protocol": "tcp" "protocol": "tcp"
} }
], ],
"internal_port": "",
"environment": [ "environment": [
"INSTANCE_ID=%INSTANCE_ID%", "INSTANCE_ID=%INSTANCE_ID%",
"APACHE_PORT=%APACHE_PORT%" "APACHE_PORT=%APACHE_PORT%"
], ],
"volumes": [],
"secrets": [ "secrets": [
"INSTANCE_ID" "INSTANCE_ID"
], ],
"stop_grace_period": 1, "stop_grace_period": 1
"restart": ""
}, },
{ {
"container_name": "nextcloud-aio-clamav", "container_name": "nextcloud-aio-clamav",
"depends_on": [],
"display_name": "ClamAV", "display_name": "ClamAV",
"image": "nextcloud/aio-clamav", "image": "nextcloud/aio-clamav",
"ports": [],
"internal_port": "3310", "internal_port": "3310",
"environment": [ "environment": [
"TZ=%TIMEZONE%", "TZ=%TIMEZONE%",
@ -383,16 +347,12 @@
"writeable": true "writeable": true
} }
], ],
"secrets": [],
"stop_grace_period": 10,
"restart": "unless-stopped" "restart": "unless-stopped"
}, },
{ {
"container_name": "nextcloud-aio-onlyoffice", "container_name": "nextcloud-aio-onlyoffice",
"depends_on": [],
"display_name": "OnlyOffice", "display_name": "OnlyOffice",
"image": "nextcloud/aio-onlyoffice", "image": "nextcloud/aio-onlyoffice",
"ports": [],
"internal_port": "80", "internal_port": "80",
"environment": [ "environment": [
"TZ=%TIMEZONE%", "TZ=%TIMEZONE%",
@ -410,30 +370,22 @@
"secrets": [ "secrets": [
"ONLYOFFICE_SECRET" "ONLYOFFICE_SECRET"
], ],
"stop_grace_period": 10,
"restart": "unless-stopped" "restart": "unless-stopped"
}, },
{ {
"container_name": "nextcloud-aio-imaginary", "container_name": "nextcloud-aio-imaginary",
"depends_on": [],
"display_name": "Imaginary", "display_name": "Imaginary",
"image": "nextcloud/aio-imaginary", "image": "nextcloud/aio-imaginary",
"ports": [],
"internal_port": "9000", "internal_port": "9000",
"environment": [ "environment": [
"TZ=%TIMEZONE%" "TZ=%TIMEZONE%"
], ],
"volumes": [],
"secrets": [],
"stop_grace_period": 10,
"restart": "unless-stopped" "restart": "unless-stopped"
}, },
{ {
"container_name": "nextcloud-aio-fulltextsearch", "container_name": "nextcloud-aio-fulltextsearch",
"depends_on": [],
"display_name": "Fulltextsearch", "display_name": "Fulltextsearch",
"image": "nextcloud/aio-fulltextsearch", "image": "nextcloud/aio-fulltextsearch",
"ports": [],
"internal_port": "9200", "internal_port": "9200",
"environment": [ "environment": [
"TZ=%TIMEZONE%", "TZ=%TIMEZONE%",
@ -447,8 +399,6 @@
"writeable": true "writeable": true
} }
], ],
"secrets": [],
"stop_grace_period": 10,
"restart": "unless-stopped" "restart": "unless-stopped"
} }
] ]