Expose redis port for local deployment

This commit is contained in:
Theo 2023-07-30 03:03:40 -07:00
parent 0a7e97e62e
commit c33a7f9ef2
1 changed files with 2 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