20 lines
367 B
YAML
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:
|