0
0
mirror of https://github.com/neon-mmd/websurfx.git synced 2024-10-18 06:22:53 -04:00
websurfx/docker-compose.yml

21 lines
476 B
YAML
Raw Normal View History

2023-07-07 17:20:36 -04:00
---
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