Добавил 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
|
- ./nginx/nginx.conf:/etc/nginx/nginx.conf
|
||||||
ports:
|
ports:
|
||||||
- 8666:80
|
- 8666:80
|
||||||
|
redis:
|
||||||
|
image: mirror.gcr.io/redis:7.2.5-alpine
|
||||||
|
restart: unless-stopped
|
||||||
nextcloud:
|
nextcloud:
|
||||||
image: mirror.gcr.io/nextcloud:29.0.3-fpm
|
image: mirror.gcr.io/nextcloud:29.0.3-fpm
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
@ -30,3 +33,4 @@ services:
|
||||||
depends_on:
|
depends_on:
|
||||||
- db
|
- db
|
||||||
- nginx
|
- nginx
|
||||||
|
- redis
|
||||||
|
|
Loading…
Reference in a new issue