mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-04 02:46:23 +00:00
added hedgedoc
This commit is contained in:
@@ -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:
|
||||||
|
|
||||||
Reference in New Issue
Block a user