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:
|
# depends_on:
|
||||||
# - postgres
|
# - postgres
|
||||||
|
|
||||||
|
statping:
|
||||||
|
image: statping/statping
|
||||||
|
restart: always
|
||||||
|
ports:
|
||||||
|
- 8086:8080
|
||||||
|
volumes:
|
||||||
|
- ./statping_data:/app
|
||||||
|
environment:
|
||||||
|
- DB_CONN=sqlite
|
||||||
# sharelatex:
|
# sharelatex:
|
||||||
# build: sharelatex
|
# build: sharelatex
|
||||||
# restart: always
|
# restart: always
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue