Update docker-compose.yaml
All checks were successful
Updates/Joplin/pipeline/head This commit looks good
All checks were successful
Updates/Joplin/pipeline/head This commit looks good
This commit is contained in:
parent
92b66fee20
commit
54a90ed6de
@ -1,5 +1,5 @@
|
|||||||
services:
|
services:
|
||||||
joplin:
|
joplin-server:
|
||||||
image: joplin/server:latest
|
image: joplin/server:latest
|
||||||
container_name: joplin-server
|
container_name: joplin-server
|
||||||
restart: always
|
restart: always
|
||||||
@ -16,9 +16,9 @@ services:
|
|||||||
- data:/var/lib/joplin
|
- data:/var/lib/joplin
|
||||||
networks:
|
networks:
|
||||||
- joplin-net
|
- joplin-net
|
||||||
vieweb:
|
joplin-vieweb:
|
||||||
image: gri38/django-joplin-vieweb:latest
|
image: gri38/django-joplin-vieweb:latest
|
||||||
container_name: vieweb
|
container_name: joplin-vieweb
|
||||||
depends_on:
|
depends_on:
|
||||||
- joplin-terminal-xapi
|
- joplin-terminal-xapi
|
||||||
environment:
|
environment:
|
||||||
@ -33,7 +33,7 @@ services:
|
|||||||
- vieweb:/root/.config/joplin-vieweb
|
- vieweb:/root/.config/joplin-vieweb
|
||||||
networks:
|
networks:
|
||||||
- joplin-net
|
- joplin-net
|
||||||
terminal-xapi:
|
joplin-terminal-xapi:
|
||||||
container_name: joplin-terminal-xapi
|
container_name: joplin-terminal-xapi
|
||||||
image: gri38/joplin-terminal-xapi:latest
|
image: gri38/joplin-terminal-xapi:latest
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
Loading…
x
Reference in New Issue
Block a user