From ffa5ff333eabffe07394fb21bc413d7d238ee651 Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Tue, 24 Jun 2025 19:23:33 -0500 Subject: move all files to /static --- static/docker-compose.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 static/docker-compose.yaml (limited to 'static/docker-compose.yaml') 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 -- cgit v1.2.3