summaryrefslogtreecommitdiff
path: root/docker-compose.yaml
diff options
context:
space:
mode:
authorTim Keller <tjk@tjkeller.xyz>2025-06-24 19:23:33 -0500
committerTim Keller <tjk@tjkeller.xyz>2025-06-24 19:23:33 -0500
commitffa5ff333eabffe07394fb21bc413d7d238ee651 (patch)
tree007b506aca746fda9040ea4f0ffa8d6578e86f7e /docker-compose.yaml
parent09e9193b6be6e2eae7ffbfbfedd15ac22bab0022 (diff)
downloadimmich-frame-ffa5ff333eabffe07394fb21bc413d7d238ee651.tar.xz
immich-frame-ffa5ff333eabffe07394fb21bc413d7d238ee651.zip
move all files to /static
Diffstat (limited to 'docker-compose.yaml')
-rw-r--r--docker-compose.yaml10
1 files changed, 0 insertions, 10 deletions
diff --git a/docker-compose.yaml b/docker-compose.yaml
deleted file mode 100644
index 22ccd32..0000000
--- a/docker-compose.yaml
+++ /dev/null
@@ -1,10 +0,0 @@
-services:
- webpack:
- image: node
- command: sh -c "npm install && npm run dev"
- restart: always
- working_dir: /immich-frame
- ports:
- - 8080:8080
- volumes:
- - ./:/immich-frame