added hedgedoc

This commit is contained in:
2024-06-30 17:48:44 -07:00
parent 77e1aa3232
commit e22247f8fc
+17
View File
@@ -0,0 +1,17 @@
version: '3.8'
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: