Add volumes and redis ports to run local relayer correctly

This commit is contained in:
Theo 2023-08-21 10:17:00 -07:00
parent 01897a60e3
commit 4a996ddb91
1 changed files with 9 additions and 0 deletions

View File

@ -7,6 +7,8 @@ services:
command: [redis-server, --appendonly, 'yes']
volumes:
- redis:/data
ports:
- '127.0.0.1:6379:6379'
nginx:
image: nginx:alpine
@ -121,3 +123,10 @@ services:
# -----BEGIN RSA PRIVATE KEY-----
# ...
# -----END RSA PRIVATE KEY-----
volumes:
conf:
vhost:
html:
certs:
redis: