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": [
|
"services": [
|
||||||
{
|
{
|
||||||
"name": "nextcloud",
|
"name": "nextcloud",
|
||||||
"image": "nextcloud:31.0.6-apache",
|
"image": "nextcloud:32.0.0-apache",
|
||||||
"isMain": true,
|
"isMain": true,
|
||||||
"internalPort": 80,
|
"internalPort": 80,
|
||||||
"environment": {
|
"environment": {
|
||||||
|
|
@ -42,7 +42,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "db-nextcloud",
|
"name": "db-nextcloud",
|
||||||
"image": "postgres:14.2",
|
"image": "postgres:17.6",
|
||||||
"environment": {
|
"environment": {
|
||||||
"POSTGRES_PASSWORD": "tipi",
|
"POSTGRES_PASSWORD": "tipi",
|
||||||
"POSTGRES_USER": "tipi",
|
"POSTGRES_USER": "tipi",
|
||||||
|
|
@ -57,7 +57,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "redis-nextcloud",
|
"name": "redis-nextcloud",
|
||||||
"image": "redis:6.2.6",
|
"image": "redis:7.2.3",
|
||||||
"user": "1000:1000",
|
"user": "1000:1000",
|
||||||
"volumes": [
|
"volumes": [
|
||||||
{
|
{
|
||||||
|
|
@ -68,7 +68,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "cron",
|
"name": "cron",
|
||||||
"image": "nextcloud:31.0.6-apache",
|
"image": "nextcloud:32.0.0-apache",
|
||||||
"dependsOn": ["db-nextcloud", "redis-nextcloud"],
|
"dependsOn": ["db-nextcloud", "redis-nextcloud"],
|
||||||
"volumes": [
|
"volumes": [
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user