feat: initial commit
This commit is contained in:
12
docker-compose.yml
Normal file
12
docker-compose.yml
Normal 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}"
|
||||
|
||||
Reference in New Issue
Block a user