summaryrefslogtreecommitdiff
path: root/static/docker-compose.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'static/docker-compose.yaml')
m---------static6
-rw-r--r--static/docker-compose.yaml10
2 files changed, 10 insertions, 6 deletions
diff --git a/static b/static
deleted file mode 160000
-Subproject 51be71d8943f6e5e0c4b28358f227860c73d53a
diff --git a/static/docker-compose.yaml b/static/docker-compose.yaml
new file mode 100644
index 0000000..22ccd32
--- /dev/null
+++ b/static/docker-compose.yaml
@@ -0,0 +1,10 @@
+services:
+ webpack:
+ image: node
+ command: sh -c "npm install && npm run dev"
+ restart: always
+ working_dir: /immich-frame
+ ports:
+ - 8080:8080
+ volumes:
+ - ./:/immich-frame