Moved to _dev

This commit is contained in:
2025-09-20 16:11:47 +02:00
parent fb1a8753b7
commit b2ba11fcd3
1670 changed files with 224899 additions and 0 deletions

37
statping-ng/compose.yaml Normal file
View File

@@ -0,0 +1,37 @@
volumes:
app:
postgres:
services:
statup:
container_name: statup
image: adamboutcher/statping-ng:latest
restart: always
ports:
- 48860:8080
depends_on:
- postgres
volumes:
- app:/app
environment:
VIRTUAL_HOST: localhost
VIRTUAL_PORT: 8080
DB_CONN: postgres
DB_HOST: postgres
DB_USER: admin
DB_PASS: anyhow-bronze-pyramid
DB_DATABASE: statping
NAME: delmar.bzh
DESCRIPTION: Statping instance for delmar.bzh
postgres:
container_name: postgres
image: postgres:10
restart: always
volumes:
- postgres:/var/lib/postgresql/data
environment:
POSTGRES_PASSWORD: anyhow-bronze-pyramid
POSTGRES_USER: admin
POSTGRES_DB: statping