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
7bc1ff4953
commit
f9843cd1a5
@ -23,7 +23,7 @@ services:
|
|||||||
- terminal-xapi
|
- terminal-xapi
|
||||||
environment:
|
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'"
|
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
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- 8088:8000
|
- 8088:8000
|
||||||
@ -37,6 +37,10 @@ services:
|
|||||||
container_name: terminal-xapi
|
container_name: terminal-xapi
|
||||||
image: gri38/joplin-terminal-xapi:latest
|
image: gri38/joplin-terminal-xapi:latest
|
||||||
restart: unless-stopped
|
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:
|
volumes:
|
||||||
- apidata:/root/.config/joplin
|
- apidata:/root/.config/joplin
|
||||||
networks:
|
networks:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user