This commit is contained in:
xds
2025-10-31 16:09:31 +03:00
parent 50607a8c42
commit 4a17b4f528

15
docker-compose.yml Normal file
View File

@@ -0,0 +1,15 @@
services:
app:
build:
network:
- postgres-net
context: .
dockerfile: Dockerfile
depends_on:
postgres:
condition: service_healthy
environment:
MANAGEMENT_ENDPOINTS_WEB_EXPOSURE_INCLUDE: health,info
ports:
- "8089:8089"
restart: unless-stopped