feat: olumes for docker deployment to make editing config files easier

This commit is contained in:
Evan Yang 2023-09-27 10:20:56 -07:00
parent 4243db9d49
commit d900baddab
2 changed files with 4 additions and 3 deletions

View file

@ -10,6 +10,9 @@ services:
- redis
links:
- redis
volumes:
- ./websurfx/:/etc/xdg/websurfx/
- ./public/:/opt/websurfx/public/
redis:
image: redis:latest
ports: