Add Statping

pull/1/head
ynerant 3 years ago committed by root
parent 7b464baa7a
commit 2e07c68924

@ -113,6 +113,15 @@ services:
# depends_on:
# - postgres
statping:
image: statping/statping
restart: always
ports:
- 8086:8080
volumes:
- ./statping_data:/app
environment:
- DB_CONN=sqlite
# sharelatex:
# build: sharelatex
# restart: always

Loading…
Cancel
Save