Update docker-compose.yaml
Some checks failed
Updates/Joplin/pipeline/head There was a failure building this commit
Some checks failed
Updates/Joplin/pipeline/head There was a failure building this commit
This commit is contained in:
parent
4a32d3206e
commit
30ef26b4b8
@ -1,5 +1,3 @@
|
|||||||
version: "3.7"
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
joplin:
|
joplin:
|
||||||
image: joplin/server:latest
|
image: joplin/server:latest
|
||||||
@ -16,7 +14,7 @@ services:
|
|||||||
- data:/var/lib/joplin
|
- data:/var/lib/joplin
|
||||||
networks:
|
networks:
|
||||||
- joplin-net
|
- joplin-net
|
||||||
joplin-vieweb:
|
vieweb:
|
||||||
image: gri38/django-joplin-vieweb # Check Docker Hub for the image name/tags
|
image: gri38/django-joplin-vieweb # Check Docker Hub for the image name/tags
|
||||||
ports:
|
ports:
|
||||||
- "8088:8000" # Or your preferred host port
|
- "8088:8000" # Or your preferred host port
|
||||||
@ -37,7 +35,7 @@ services:
|
|||||||
# - JOPLIN_LOGIN_REQUIRED=true # or false/unset
|
# - JOPLIN_LOGIN_REQUIRED=true # or false/unset
|
||||||
networks:
|
networks:
|
||||||
- joplin-net
|
- joplin-net
|
||||||
joplin-terminal-xapi:
|
terminal-xapi:
|
||||||
image: gri38/joplin-terminal-xapi:latest
|
image: gri38/joplin-terminal-xapi:latest
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user