Update docker-compose.yaml
Some checks failed
Updates/Joplin/pipeline/head There was a failure building this commit
Some checks failed
Updates/Joplin/pipeline/head There was a failure building this commit
This commit is contained in:
parent
8a7d9281cd
commit
92b66fee20
@ -1,7 +1,7 @@
|
|||||||
services:
|
services:
|
||||||
joplin:
|
joplin:
|
||||||
image: joplin/server:latest
|
image: joplin/server:latest
|
||||||
container_name: server
|
container_name: joplin-server
|
||||||
restart: always
|
restart: always
|
||||||
environment:
|
environment:
|
||||||
APP_PORT: 8030
|
APP_PORT: 8030
|
||||||
@ -20,7 +20,7 @@ services:
|
|||||||
image: gri38/django-joplin-vieweb:latest
|
image: gri38/django-joplin-vieweb:latest
|
||||||
container_name: vieweb
|
container_name: vieweb
|
||||||
depends_on:
|
depends_on:
|
||||||
- terminal-xapi
|
- joplin-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
|
CERT_DOMAIN: joplin.adamoutler.com
|
||||||
@ -34,7 +34,7 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
- joplin-net
|
- joplin-net
|
||||||
terminal-xapi:
|
terminal-xapi:
|
||||||
container_name: terminal-xapi
|
container_name: joplin-terminal-xapi
|
||||||
image: gri38/joplin-terminal-xapi:latest
|
image: gri38/joplin-terminal-xapi:latest
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user