Добавил Redis
This commit is contained in:
parent
f9656fd297
commit
9d291e7524
1 changed files with 4 additions and 0 deletions
|
@ -17,6 +17,9 @@ services:
|
|||
- ./nginx/nginx.conf:/etc/nginx/nginx.conf
|
||||
ports:
|
||||
- 8666:80
|
||||
redis:
|
||||
image: mirror.gcr.io/redis:7.2.5-alpine
|
||||
restart: unless-stopped
|
||||
nextcloud:
|
||||
image: mirror.gcr.io/nextcloud:29.0.3-fpm
|
||||
restart: unless-stopped
|
||||
|
@ -30,3 +33,4 @@ services:
|
|||
depends_on:
|
||||
- db
|
||||
- nginx
|
||||
- redis
|
||||
|
|
Loading…
Reference in a new issue