Update docker-compose.yaml

This commit is contained in:
Adam Outler 2025-03-30 21:25:51 +00:00
parent 8a7d9281cd
commit 92b66fee20

@ -1,7 +1,7 @@
services:
joplin:
image: joplin/server:latest
container_name: server
container_name: joplin-server
restart: always
environment:
APP_PORT: 8030
@ -20,7 +20,7 @@ services:
image: gri38/django-joplin-vieweb:latest
container_name: vieweb
depends_on:
- terminal-xapi
- joplin-terminal-xapi
environment:
ORIGINS: "'https://joplin.adamoutler.com','https://server.joplin.adamoutler.com', 'http://192.168.1.115:8083','http://192.168.1.115:8088','http://192.168.1.115:8089'"
CERT_DOMAIN: joplin.adamoutler.com
@ -34,7 +34,7 @@ services:
networks:
- joplin-net
terminal-xapi:
container_name: terminal-xapi
container_name: joplin-terminal-xapi
image: gri38/joplin-terminal-xapi:latest
restart: unless-stopped
environment: