Добавил Redis

This commit is contained in:
B4D_US3R 2024-07-21 23:47:31 +05:00
parent f9656fd297
commit 9d291e7524

View file

@ -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