mirror of
https://github.com/nextcloud/docker.git
synced 2025-06-15 15:54:47 +02:00
updated compose according to #1608
Signed-off-by: Fee Gevaert <fee.gevaert@opengeohub.org>
This commit is contained in:
parent
35e99028fb
commit
0bb3a0417f
16 changed files with 40 additions and 0 deletions
|
@ -12,6 +12,9 @@ services:
|
|||
redis:
|
||||
image: redis:alpine
|
||||
restart: always
|
||||
command: /bin/sh -c "redis-server --requirepass $$REDIS_HOST_PASSWORD"
|
||||
env_file:
|
||||
- redis.env
|
||||
|
||||
app:
|
||||
image: nextcloud:fpm-alpine
|
||||
|
@ -23,6 +26,7 @@ services:
|
|||
- REDIS_HOST=redis
|
||||
env_file:
|
||||
- db.env
|
||||
- redis.env
|
||||
depends_on:
|
||||
- db
|
||||
- redis
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue