Add Statping
This commit is contained in:
parent
7b464baa7a
commit
2e07c68924
1 changed files with 9 additions and 0 deletions
|
@ -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…
Reference in a new issue