draft version

This commit is contained in:
2019-07-12 19:33:27 +08:00
parent 95fc13af22
commit 5d48464964
2 changed files with 11 additions and 3 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ services:
ports:
- 80:80
- 443:443
image: jwilder/nginx-proxy:alpine
image: jwilder/nginx-proxy:latest
volumes:
- nginx-certs:/etc/nginx/certs
- nginx-vhost:/etc/nginx/vhost.d
+10 -2
View File
@@ -2,8 +2,6 @@ statping:
container_name: statping
image: hunterlong/statping
restart: unless-stopped
ports:
- 18000:8080
volumes:
- /mnt/statping:/app
environment:
@@ -14,3 +12,13 @@ statping:
DB_PASS: "@wahyd4"
DB_DATABASE: statping
NAME: "JUNV Apps Status"
VIRTUAL_HOST: "status.home.toozhao.com"
VIRTUAL_PORT: 8080
LETSENCRYPT_HOST: "status.home.toozhao.com"
LETSENCRYPT_EMAIL: "me@toozhao.com"
networks:
- gateway_default
networks:
gateway_default:
external: true