mirror of
https://github.com/got-feedBack/feedBack.git
synced 2026-08-10 18:59:56 +00:00
Clean release snapshot
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
services:
|
||||
web:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
ports:
|
||||
- "8000:8000"
|
||||
volumes:
|
||||
# Song library folder on NAS
|
||||
- /volume1/music/slopsmith:/dlc
|
||||
# Persistent config, cache, favorites, loops, practice data
|
||||
- slopsmith-config:/config
|
||||
environment:
|
||||
- DLC_DIR=/dlc
|
||||
- CONFIG_DIR=/config
|
||||
# Logging (optional)
|
||||
# - LOG_LEVEL=INFO # DEBUG | INFO | WARNING | ERROR (default: INFO)
|
||||
# - LOG_FORMAT=json # json | text (default: text)
|
||||
# - LOG_FILE=/config/slopsmith.log # also write to a persistent file
|
||||
restart: unless-stopped
|
||||
|
||||
volumes:
|
||||
slopsmith-config:
|
||||
Reference in New Issue
Block a user