mirror of
https://github.com/joplin-vieweb/joplin-vieweb.git
synced 2025-01-05 21:19:00 +01:00
docker-comose: also restart certbot and nginx
This commit is contained in:
parent
12013b2080
commit
ee26a44fee
@ -30,6 +30,7 @@ services:
|
|||||||
|
|
||||||
joplin-vieweb-certbot:
|
joplin-vieweb-certbot:
|
||||||
image: gri38/joplin-vieweb-certbot:latest
|
image: gri38/joplin-vieweb-certbot:latest
|
||||||
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
<<: *common-variables
|
<<: *common-variables
|
||||||
depends_on:
|
depends_on:
|
||||||
@ -40,6 +41,7 @@ services:
|
|||||||
|
|
||||||
joplin-vieweb-nginx:
|
joplin-vieweb-nginx:
|
||||||
image: gri38/joplin-vieweb-nginx:latest
|
image: gri38/joplin-vieweb-nginx:latest
|
||||||
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- 80:80
|
- 80:80
|
||||||
- 443:443
|
- 443:443
|
||||||
|
Loading…
Reference in New Issue
Block a user