summaryrefslogtreecommitdiff
path: root/docker-compose.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'docker-compose.yaml')
-rw-r--r--docker-compose.yaml8
1 files changed, 8 insertions, 0 deletions
diff --git a/docker-compose.yaml b/docker-compose.yaml
new file mode 100644
index 0000000..ca76bbb
--- /dev/null
+++ b/docker-compose.yaml
@@ -0,0 +1,8 @@
+services:
+ webpack:
+ image: node
+ command: sh -c "npm install && npm run dev"
+ restart: always
+ working_dir: /immich-frame
+ volumes:
+ - ./:/immich-frame