feat: initial commit

This commit is contained in:
2026-04-10 17:48:16 +00:00
commit 5ac439a96c
4 changed files with 52 additions and 0 deletions

12
docker-compose.yml Normal file
View File

@@ -0,0 +1,12 @@
services:
probe-server:
build:
context: .
container_name: yc-probe-server
restart: always
environment:
PORT: ${PROBE_PORT:-19090}
HOST: 0.0.0.0
ports:
- "${PROBE_PORT:-19090}:${PROBE_PORT:-19090}"