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:
|
||||
joplin:
|
||||
joplin-server:
|
||||
image: joplin/server:latest
|
||||
container_name: joplin-server
|
||||
restart: always
|
||||
@ -16,9 +16,9 @@ services:
|
||||
- data:/var/lib/joplin
|
||||
networks:
|
||||
- joplin-net
|
||||
vieweb:
|
||||
joplin-vieweb:
|
||||
image: gri38/django-joplin-vieweb:latest
|
||||
container_name: vieweb
|
||||
container_name: joplin-vieweb
|
||||
depends_on:
|
||||
- joplin-terminal-xapi
|
||||
environment:
|
||||
@ -33,7 +33,7 @@ services:
|
||||
- vieweb:/root/.config/joplin-vieweb
|
||||
networks:
|
||||
- joplin-net
|
||||
terminal-xapi:
|
||||
joplin-terminal-xapi:
|
||||
container_name: joplin-terminal-xapi
|
||||
image: gri38/joplin-terminal-xapi:latest
|
||||
restart: unless-stopped
|
||||
|
Loading…
x
Reference in New Issue
Block a user