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