feat: initial emdash setup with Docker + QNAP config

This commit is contained in:
Nox
2026-04-02 19:25:13 +02:00
commit bde1af8ccf
44 changed files with 19847 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
services:
emdash:
build: .
container_name: emdash
restart: always
ports:
- "4321:4321"
environment:
- TZ=Europe/Paris
- HOST=0.0.0.0
- PORT=4321
- DATABASE_PATH=/data/emdash.db
- UPLOAD_DIR=/uploads
# Generate these with: npx emdash auth secret
# - EMDASH_AUTH_SECRET=
# - EMDASH_PREVIEW_SECRET=
volumes:
- /share/ZFS24_DATA/docker/emdash/data:/data
- /share/ZFS24_DATA/docker/emdash/uploads:/uploads
networks:
- swag_lan
networks:
swag_lan:
external: true