statping/dev/pwd-stack.yml

21 lines
525 B
YAML
Raw Normal View History

2020-04-20 10:35:56 +00:00
version: '3.1'
services:
statping:
hostname: statping
2020-04-20 10:53:52 +00:00
image: statping/statping
2020-04-20 10:35:56 +00:00
ports:
- 8080:8080
environment:
PORT: 8080
SERVICES: '[{"name": "Local Statping", "type": "http", "domain": "http://localhost:8585", "interval": 30}]'
DB_CONN: sqlite
API_KEY: exampleapikey
API_SECRET: exampleapisecret
NAME: Statping on SQLite
DOMAIN: http://localhost:8080
DESCRIPTION: This is a dev environment on SQLite!
ADMIN_USER: admin
ADMIN_PASS: admin