🔧 refactor: add documentation for the new set of commands (#286)

This commit is contained in:
neon_arch 2023-09-30 19:29:56 +03:00
parent e16f7a5cde
commit 62fdbfe133
2 changed files with 24 additions and 9 deletions

View file

@ -6,14 +6,15 @@ services:
build: .
ports:
- 8080:8080
depends_on:
- redis
links:
- redis
# Uncomment the following lines if you are using the `hybrid` or `redis` caching feature.
# depends_on:
# - redis
# links:
# - redis
volumes:
- ./websurfx/:/etc/xdg/websurfx/
- ./public/:/opt/websurfx/public/
redis:
image: redis:latest
ports:
- 6379:6379
# Uncomment the following lines if you are using the `hybrid` or `redis` caching feature.
# redis:
# image: redis:latest
# ports:
# - 6379:6379