forked from o-fl0w/stash-vr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
docker-compose.yml
31 lines (27 loc) · 887 Bytes
/
docker-compose.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
version: "3.0"
services:
stash-vr:
image: poontology/stash-vr:latest
#build: .
container_name: stash-vr
restart: unless-stopped
ports:
- "9666:9666"
environment:
STASH_GRAPHQL_URL: "http://localhost:9999/graphql"
HSP_DIR: /hsp/
#STASH_API_KEY: "xxx"
#FAVORITE_TAG: "FAVORITE"
## FILTERS can be either 'frontpage' or a comma separated list of filter ids.
## If left empty all saved filters will be shown.
#FILTERS: "2,3,7" # comma separated list of filter ids to show
#FILTERS: "frontpage" # show only scene filters from front page
#ALLOW_SYNC_MARKERS: "true"
#DISABLE_HEATMAP: "true"
#HEATMAP_HEIGHT_PX: 45
#DISABLE_PLAY_COUNT: "true"
#EVENT_SERVER_URL: "http://192.168.0.127:8099":"
#LOG_LEVEL: "debug"
#FORCE_HTTPS: "true"
volumes:
- ./hsp:/hsp/