2023-07-07 17:20:36 -04:00
|
|
|
---
|
2023-05-09 11:53:12 -04:00
|
|
|
version: "3.9"
|
|
|
|
services:
|
|
|
|
app:
|
|
|
|
image: websurfx:latest
|
|
|
|
build: .
|
|
|
|
ports:
|
|
|
|
- 8080:8080
|
2023-09-30 12:29:56 -04:00
|
|
|
# Uncomment the following lines if you are using the `hybrid` or `redis` caching feature.
|
|
|
|
# depends_on:
|
|
|
|
# - redis
|
|
|
|
# links:
|
|
|
|
# - redis
|
2023-09-27 13:20:56 -04:00
|
|
|
volumes:
|
|
|
|
- ./websurfx/:/etc/xdg/websurfx/
|
2023-09-30 12:29:56 -04:00
|
|
|
# Uncomment the following lines if you are using the `hybrid` or `redis` caching feature.
|
|
|
|
# redis:
|
|
|
|
# image: redis:latest
|
|
|
|
# ports:
|
2023-09-30 13:17:19 -04:00
|
|
|
# - 6379:6379
|