Removed redis in favour of drop-in replacement dragonfly, maintaining container name
This commit is contained in:
parent
cafe0b07cb
commit
6b78f4df1c
|
@ -0,0 +1,8 @@
|
|||
services:
|
||||
dragonfly:
|
||||
container_name: redis # for compatibility
|
||||
network_mode: host
|
||||
ulimits:
|
||||
memlock: -1
|
||||
image: docker.dragonflydb.io/dragonflydb/dragonfly
|
||||
restart: always
|
|
@ -1,12 +0,0 @@
|
|||
version: '3.3'
|
||||
services:
|
||||
redis:
|
||||
container_name: redis
|
||||
image: redis:latest
|
||||
restart: always
|
||||
networks:
|
||||
- proxy
|
||||
|
||||
networks:
|
||||
proxy:
|
||||
external: true
|
Loading…
Reference in New Issue