Add redis cache container

This commit is contained in:
Lou Knauer
2021-08-03 12:03:23 +02:00
parent 0d0ad58045
commit e1f610df6b
2 changed files with 7 additions and 0 deletions

View File

@@ -13,6 +13,10 @@ services:
cap_add:
- SYS_NICE
redis:
container_name: cc-redis
image: redis
php:
container_name: cc-php
build:
@@ -33,6 +37,7 @@ services:
- ${DATADIR}/job-archive:/var/lib/job-archive:cached
depends_on:
- db
- redis
nginx:
container_name: cc-nginx
@@ -54,3 +59,4 @@ services:
- NGINX_SYMFONY_SERVER_NAME=${NGINX_SYMFONY_SERVER_NAME}
volumes:
- ${DATADIR}/symfony:/var/www/symfony:cached