surfx / docker-compose.yml
neon_arch
Merge branch 'rolling' into improve-comments-in-dockerfile-and-compose-file
0bee922 unverified
raw
history blame
No virus
475 Bytes
---
version: "3.9"
services:
app:
image: websurfx:latest
build: .
ports:
- 8080:8080
# Uncomment the following lines if you are using the `hybrid` or `redis` caching feature.
# depends_on:
# - redis
# links:
# - redis
volumes:
- ./websurfx/:/etc/xdg/websurfx/
# Uncomment the following lines if you are using the `hybrid` or `redis` caching feature.
# redis:
# image: redis:latest
# ports:
# - 6379:6379