summaryrefslogtreecommitdiff
path: root/docker-compose.yml
diff options
context:
space:
mode:
Diffstat (limited to 'docker-compose.yml')
-rw-r--r--docker-compose.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/docker-compose.yml b/docker-compose.yml
new file mode 100644
index 0000000..3221546
--- /dev/null
+++ b/docker-compose.yml
@@ -0,0 +1,8 @@
+---
+services:
+ songlinkr:
+ container_name: songlinkr
+ build: .
+ volumes: [./secrets:/secrets]
+ environment: [SECRETS_PATH=/secrets]
+ restart: unless-stopped