mirror of
https://github.com/IT4Change/gradido.git
synced 2026-03-01 12:44:43 +00:00
add redis container
This commit is contained in:
parent
ce9e256a79
commit
2d1149232f
@ -76,6 +76,18 @@ services:
|
||||
volumes:
|
||||
- db_vol:/var/lib/mysql
|
||||
|
||||
#########################################################
|
||||
## REDIS ################################################
|
||||
#########################################################
|
||||
redis:
|
||||
image: redis:6.2.6
|
||||
networks:
|
||||
- internal-net
|
||||
ports:
|
||||
- ${REDIS_PORT:-6379}:6379
|
||||
volumes:
|
||||
- redis_vol:/data
|
||||
|
||||
########################################################
|
||||
# BACKEND ##############################################
|
||||
########################################################
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user