mirror of
https://github.com/wahyd4/home-docker.git
synced 2026-08-09 04:15:52 +10:00
draft version
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user