apps/nextcloud/docker-compose.json aktualisiert
nc 32.0.0 psql 17.6 redis 7.2.3
This commit is contained in:
parent
e409889a22
commit
fe26a88d45
|
|
@ -3,7 +3,7 @@
|
|||
"services": [
|
||||
{
|
||||
"name": "nextcloud",
|
||||
"image": "nextcloud:31.0.6-apache",
|
||||
"image": "nextcloud:32.0.0-apache",
|
||||
"isMain": true,
|
||||
"internalPort": 80,
|
||||
"environment": {
|
||||
|
|
@ -42,7 +42,7 @@
|
|||
},
|
||||
{
|
||||
"name": "db-nextcloud",
|
||||
"image": "postgres:14.2",
|
||||
"image": "postgres:17.6",
|
||||
"environment": {
|
||||
"POSTGRES_PASSWORD": "tipi",
|
||||
"POSTGRES_USER": "tipi",
|
||||
|
|
@ -57,7 +57,7 @@
|
|||
},
|
||||
{
|
||||
"name": "redis-nextcloud",
|
||||
"image": "redis:6.2.6",
|
||||
"image": "redis:7.2.3",
|
||||
"user": "1000:1000",
|
||||
"volumes": [
|
||||
{
|
||||
|
|
@ -68,7 +68,7 @@
|
|||
},
|
||||
{
|
||||
"name": "cron",
|
||||
"image": "nextcloud:31.0.6-apache",
|
||||
"image": "nextcloud:32.0.0-apache",
|
||||
"dependsOn": ["db-nextcloud", "redis-nextcloud"],
|
||||
"volumes": [
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user