diff options
| author | Tim Keller <tjk@tjkeller.xyz> | 2025-06-24 19:23:33 -0500 |
|---|---|---|
| committer | Tim Keller <tjk@tjkeller.xyz> | 2025-06-24 19:23:33 -0500 |
| commit | ffa5ff333eabffe07394fb21bc413d7d238ee651 (patch) | |
| tree | 007b506aca746fda9040ea4f0ffa8d6578e86f7e /static/docker-compose.yaml | |
| parent | 09e9193b6be6e2eae7ffbfbfedd15ac22bab0022 (diff) | |
| download | immich-frame-ffa5ff333eabffe07394fb21bc413d7d238ee651.tar.xz immich-frame-ffa5ff333eabffe07394fb21bc413d7d238ee651.zip | |
move all files to /static
Diffstat (limited to 'static/docker-compose.yaml')
| -rw-r--r-- | static/docker-compose.yaml | 10 |
1 files changed, 10 insertions, 0 deletions
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 |
