feat(Nextcloud): Split redis & postgres configuration
This commit is contained in:
15
nextcloud/docker-compose.redis.yml
Normal file
15
nextcloud/docker-compose.redis.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
---
|
||||
|
||||
version: "3.8"
|
||||
|
||||
services:
|
||||
nextcloud-fpm:
|
||||
depends_on:
|
||||
- redis
|
||||
environment:
|
||||
&redis-configuration
|
||||
REDIS_HOST: ${REDIS_CONTAINER_NAME:-redis} # Default name is same as ../redis/docker-compose.yml:4
|
||||
|
||||
nextcloud-cron:
|
||||
environment:
|
||||
<<: *redis-configuration
|
Reference in New Issue
Block a user