Update docker-compose.yaml
All checks were successful
Updates/Joplin/pipeline/head This commit looks good

This commit is contained in:
Adam Outler 2025-03-30 20:26:50 +00:00
parent fc3d0361cc
commit 7bc1ff4953

View File

@ -18,6 +18,7 @@ services:
- joplin-net - joplin-net
vieweb: vieweb:
image: gri38/django-joplin-vieweb:latest image: gri38/django-joplin-vieweb:latest
container_name: vieweb
depends_on: depends_on:
- terminal-xapi - terminal-xapi
environment: environment:
@ -33,6 +34,7 @@ services:
networks: networks:
- joplin-net - joplin-net
terminal-xapi: terminal-xapi:
container_name: terminal-xapi
image: gri38/joplin-terminal-xapi:latest image: gri38/joplin-terminal-xapi:latest
restart: unless-stopped restart: unless-stopped
volumes: volumes: