|
|
@ -16,7 +16,7 @@ secrets:
|
|
|
|
|
|
|
|
|
|
|
|
services:
|
|
|
|
services:
|
|
|
|
db:
|
|
|
|
db:
|
|
|
|
image: postgres
|
|
|
|
image: postgres:17.6-trixie
|
|
|
|
env_file:
|
|
|
|
env_file:
|
|
|
|
- ./nextcloud/nextcloud.env
|
|
|
|
- ./nextcloud/nextcloud.env
|
|
|
|
shm_size: 128mb
|
|
|
|
shm_size: 128mb
|
|
|
@ -40,7 +40,7 @@ services:
|
|
|
|
- postgres_password
|
|
|
|
- postgres_password
|
|
|
|
- postgres_user
|
|
|
|
- postgres_user
|
|
|
|
redis:
|
|
|
|
redis:
|
|
|
|
image: redis
|
|
|
|
image: redis:8.2.1-bookworm
|
|
|
|
env_file:
|
|
|
|
env_file:
|
|
|
|
- ./nextcloud/nextcloud.env
|
|
|
|
- ./nextcloud/nextcloud.env
|
|
|
|
command: bash -c 'redis-server --requirepass "$$(cat /run/secrets/redis_password)"'
|
|
|
|
command: bash -c 'redis-server --requirepass "$$(cat /run/secrets/redis_password)"'
|
|
|
@ -56,7 +56,7 @@ services:
|
|
|
|
networks:
|
|
|
|
networks:
|
|
|
|
- internal
|
|
|
|
- internal
|
|
|
|
nextcloud:
|
|
|
|
nextcloud:
|
|
|
|
image: nextcloud
|
|
|
|
image: nextcloud:31.0.8-apache
|
|
|
|
environment:
|
|
|
|
environment:
|
|
|
|
- POSTGRES_HOST=db
|
|
|
|
- POSTGRES_HOST=db
|
|
|
|
- POSTGRES_DB=nextcloud
|
|
|
|
- POSTGRES_DB=nextcloud
|
|
|
|