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:43:14 +00:00
parent 7bc1ff4953
commit f9843cd1a5

View File

@ -23,7 +23,7 @@ services:
- 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
restart: unless-stopped
ports:
- 8088:8000
@ -37,6 +37,10 @@ services:
container_name: terminal-xapi
image: gri38/joplin-terminal-xapi:latest
restart: unless-stopped
environment:
CERT_DOMAIN: joplin.adamoutler.com
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'"
volumes:
- apidata:/root/.config/joplin
networks: