Compare commits
2 Commits
e0679e8104
...
ac6e1d3fb8
Author | SHA1 | Date | |
---|---|---|---|
ac6e1d3fb8 | |||
82f81d3ad0 |
@@ -23,7 +23,7 @@ services:
|
||||
nextcloud_valkey:
|
||||
image: docker.io/valkey/valkey:8.1.2
|
||||
container_name: nextcloud_valkey
|
||||
command: valkey-server --save 60 1 --loglevel warning --requirepass ${VALKEY_PASSWORD}
|
||||
command: valkey-server --save 60 1 --requirepass ${VALKEY_PASSWORD}
|
||||
volumes:
|
||||
- ${APPDATA_PATH}/nextcloud/valkey:/data
|
||||
ports:
|
||||
@@ -71,6 +71,16 @@ services:
|
||||
depends_on:
|
||||
- nextcloud_app
|
||||
entrypoint: /cron.sh
|
||||
environment:
|
||||
- POSTGRES_HOST=nextcloud_db:5432
|
||||
- POSTGRES_DB=${POSTGRES_DB}
|
||||
- POSTGRES_USER=${POSTGRES_USER}
|
||||
- POSTGRES_PASSWORD=${POSTGRES_PASSWORD}
|
||||
- REDIS_HOST=nextcloud_valkey
|
||||
- REDIS_HOST_PORT=6379
|
||||
- REDIS_HOST_PASSWORD=${VALKEY_PASSWORD}
|
||||
- PHP_MEMORY_LIMIT=${PHP_MEMORY_LIMIT}
|
||||
- PHP_UPLOAD_LIMIT=${PHP_UPLOAD_LIMIT}
|
||||
volumes:
|
||||
- ${APPDATA_PATH}/nextcloud/app:/var/www/html
|
||||
networks:
|
||||
|
Reference in New Issue
Block a user