aboutsummaryrefslogtreecommitdiffstats
path: root/docker-compose.yml
diff options
context:
space:
mode:
Diffstat (limited to 'docker-compose.yml')
-rw-r--r--docker-compose.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/docker-compose.yml b/docker-compose.yml
new file mode 100644
index 0000000..47945f4
--- /dev/null
+++ b/docker-compose.yml
@@ -0,0 +1,11 @@
+# Run this as follows: 'docker compose up' (keep running in terminal session, exist via [STRG] + [C])
+# or 'docker compose up -d' (keep running in background)
+version: "3"
+services:
+ synctube:
+ build: .
+ #image: synctube
+ ports:
+ - "4200:4200"
+ volumes:
+ - "${PWD}/user:/usr/src/app/user"
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage