Add redis ports in docker-compose for local deployment only-sidechain relayer via docker
This commit is contained in:
parent
0e668912fc
commit
27039c406e
@ -7,6 +7,8 @@ services:
|
|||||||
command: [redis-server, --appendonly, 'yes']
|
command: [redis-server, --appendonly, 'yes']
|
||||||
volumes:
|
volumes:
|
||||||
- redis:/data
|
- redis:/data
|
||||||
|
ports:
|
||||||
|
- '127.0.0.1:6379:6379'
|
||||||
|
|
||||||
nginx:
|
nginx:
|
||||||
image: nginx:alpine
|
image: nginx:alpine
|
||||||
|
Loading…
Reference in New Issue
Block a user