added Dashy and dockpeek and rwmarkable

This commit is contained in:
Sönke Domröas
2025-08-21 21:42:44 +02:00
parent ec838691d2
commit 222b378635
9 changed files with 153 additions and 48 deletions

View File

@@ -0,0 +1,15 @@
services:
app:
image: ghcr.io/fccview/rwmarkable:main
container_name: rwmarkable
user: "1000:1000"
ports:
- "1235:3000"
volumes:
- /home/soenke/docker-data/rwmarkable/data:/app/data:rw
- /home/soenke/docker-data/rwmarkable/config:/app/config:ro
restart: unless-stopped
environment:
- NODE_ENV=production
- HTTPS=false
init: true