Files
joplin-cli-gateway/docker-compose.example.yml
T
2026-08-19 17:18:45 +01:00

20 lines
367 B
YAML

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: