Files
templates/blueprints/statping-ng/docker-compose.yml

13 lines
239 B
YAML

version: "3.8"
services:
statping-ng:
image: adamboutcher/statping-ng:latest
restart: unless-stopped
environment:
- TZ=${TZ}
- DB_CONN=sqlite
volumes:
- ../files/statping-ng:/app
ports:
- 8080