Initial docker support

This commit is contained in:
Deluan
2020-01-22 19:42:56 -05:00
parent 50d89760e2
commit dee8e5c518
3 changed files with 80 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
# This is just an example. Customize it to your needs.
version: "3"
services:
cloudsonic:
build: .
ports:
- "4533:4533"
environment:
# See all options and defaults in conf/configuration.go
SONIC_PORT: 4533
SONIC_SCANINTERVAL: 5s
SONIC_LOGLEVEL: debug
volumes:
- "./data:/data"
- "/Users/deluan/Music/iTunes/iTunes Media/Music:/music"