Initial implementation

This commit is contained in:
2026-08-19 17:18:45 +01:00
commit f411336b04
34 changed files with 7111 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
services:
gateway:
build:
context: .
args:
JOPLIN_VERSION: 3.6.2
restart: unless-stopped
ports:
- "127.0.0.1:8080:8080"
environment:
JCG_CONFIG_PATH: /config/clients.json
LOG_LEVEL: info
volumes:
- ./config:/config:ro
- ./state:/state
- joplin-profile:/profile
volumes:
joplin-profile: