added Dashy and dockpeek and rwmarkable
This commit is contained in:
5
rwmarkable/Caddyfilepart
Normal file
5
rwmarkable/Caddyfilepart
Normal file
@@ -0,0 +1,5 @@
|
||||
rwmarkable.domr.ovh,
|
||||
rwmarkable.home.domroese.eu {
|
||||
tls soenke@domroese.eu
|
||||
reverse_proxy 192.168.1.65:1235
|
||||
}
|
||||
15
rwmarkable/docker-compose.yml
Normal file
15
rwmarkable/docker-compose.yml
Normal 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
|
||||
Reference in New Issue
Block a user