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 23:43:12 +00:00
parent aec3cbf043
commit 1f483d4a83

View File

@ -9,7 +9,7 @@ services:
DB_CLIENT: sqlite3
DB_FILE: /var/lib/joplin/database.sqlite
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'"
TZ: America/New York
ports:
- "8030:8030"
volumes:
@ -24,6 +24,7 @@ services:
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
TZ: America/New York
restart: unless-stopped
ports:
- 8088:8000
@ -40,7 +41,7 @@ services:
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'"
TZ: America/New York
volumes:
- data:/root/.config/joplin:ro
networks: