Install statping

This commit is contained in:
Jake Howard
2020-03-08 16:41:13 +00:00
parent dd956450dc
commit 6f1258232c
4 changed files with 61 additions and 2 deletions

View File

@ -0,0 +1,24 @@
version: '3'
services:
statping:
image: hunterlong/statping:v0.80.70
container_name: statping
restart: unless-stopped
volumes:
- ./statping:/app
dns: "{{ wireguard.clients.intersect.ip }}"
labels:
- "traefik.enable=true"
- "traefik.http.routers.statping.rule=Host(`stats.theorangeone.net`)"
- "traefik.http.routers.statping.tls=true"
- "traefik.http.routers.statping.tls.certresolver=le"
db:
image: postgres:12-alpine
restart: unless-stopped
volumes:
- ./postgres:/var/lib/postgresql/data
environment:
- POSTGRES_PASSWORD=statping
- POSTGRES_USER=statping