Commit initial
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
services:
|
||||
imptune:
|
||||
build: .
|
||||
ports:
|
||||
- "8000:8000"
|
||||
volumes:
|
||||
- imptune_data:/data
|
||||
- ./imptune:/app/imptune
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- DATA_DIR=/data
|
||||
|
||||
volumes:
|
||||
imptune_data:
|
||||
Reference in New Issue
Block a user