Skip to content

Commit

Permalink
Update NC
Browse files Browse the repository at this point in the history
  • Loading branch information
azukaar authored Oct 13, 2023
1 parent c8e3d5b commit 84bf0dd
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions servapps/Nextcloud/cosmos-compose.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"cosmos-icon": "https://azukaar.github.io/cosmos-servapps-official/servapps/Nextcloud/icon.png"
},
"networks": {
"{ServiceName}-mariadb": {}
"{ServiceName}-databases": {}
},
"volumes": [
{
Expand Down Expand Up @@ -112,7 +112,7 @@
},

"{ServiceName}-mariadb": {
"image": "mariadb:latest",
"image": "mariadb:10.11",
"container_name": "{ServiceName}-mariadb",
"hostname": "{ServiceName}-mariadb",
"restart": "unless-stopped",
Expand All @@ -122,7 +122,7 @@
"apparmor:unconfined"
],
"networks": {
"{ServiceName}-mariadb": {}
"{ServiceName}-databases": {}
},
"command": "mariadbd --innodb-buffer-pool-size=512M --transaction-isolation=READ-COMMITTED --character-set-server=utf8mb4 --collation-server=utf8mb4_unicode_ci --max-connections=512 --innodb-rollback-on-timeout=OFF --innodb-lock-wait-timeout=120",
"volumes": [
Expand All @@ -143,7 +143,7 @@
},

"{ServiceName}-redis": {
"image": "bitnami/redis:latest",
"image": "bitnami/redis:7",
"container_name": "{ServiceName}-redis",
"hostname": "{ServiceName}-redis",
"restart": "unless-stopped",
Expand All @@ -153,7 +153,7 @@
"apparmor:unconfined"
],
"networks": {
"{ServiceName}-mariadb": {}
"{ServiceName}-databases": {}
},
"volumes": [
{
Expand All @@ -171,7 +171,7 @@
},

"networks": {
"{ServiceName}-mariadb": {
"{ServiceName}-databases": {
}
}
}
}

0 comments on commit 84bf0dd

Please sign in to comment.