forked from michael.heier/citadel-core
Install redis
This commit is contained in:
parent
b5970f9e67
commit
c52a0dd222
|
@ -229,6 +229,19 @@ services:
|
||||||
networks:
|
networks:
|
||||||
default:
|
default:
|
||||||
ipv4_address: $ELECTRUM_IP
|
ipv4_address: $ELECTRUM_IP
|
||||||
|
redis:
|
||||||
|
container_name: redis
|
||||||
|
image: redis: "6.2"
|
||||||
|
working_dir: /data
|
||||||
|
volumes:
|
||||||
|
- ${PWD}/redis:/data
|
||||||
|
command: "redis-server --requirepass freedom"
|
||||||
|
restart: "on-failure"
|
||||||
|
stop_grace_period: "5m"
|
||||||
|
init: true
|
||||||
|
networks:
|
||||||
|
default:
|
||||||
|
ipv4_address: $REDIS_IP
|
||||||
networks:
|
networks:
|
||||||
default:
|
default:
|
||||||
name: citadel_main_network
|
name: citadel_main_network
|
||||||
|
|
Loading…
Reference in New Issue
Block a user