refactored all to dev

This commit is contained in:
2025-11-26 21:48:53 -08:00
parent a8066686bc
commit f8ca733307
170 changed files with 12 additions and 29 deletions
+15
View File
@@ -0,0 +1,15 @@
services:
hedgedoc:
image: ghcr.io/hedgedoc/hedgedoc:latest
container_name: hedgedoc
environment:
- CMD_DB_URL=sqlite://data/hedgedoc.db
volumes:
- ./data:/hedgedoc/data
ports:
- "3000:3000"
restart: always
volumes:
data: