mirror of
https://github.com/Dokploy/templates.git
synced 2026-06-15 20:25:24 +02:00
13 lines
239 B
YAML
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
|