Initial implementation
This commit is contained in:
@@ -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:
|
||||
Reference in New Issue
Block a user