This commit is contained in:
xds
2025-10-31 16:12:01 +03:00
parent 62fe88abdf
commit 3541528e77

View File

@@ -5,8 +5,6 @@ networks:
services: services:
app: app:
build: build:
network:
- postgres-net
context: . context: .
dockerfile: Dockerfile dockerfile: Dockerfile
depends_on: depends_on:
@@ -16,4 +14,6 @@ services:
MANAGEMENT_ENDPOINTS_WEB_EXPOSURE_INCLUDE: health,info MANAGEMENT_ENDPOINTS_WEB_EXPOSURE_INCLUDE: health,info
ports: ports:
- "8089:8089" - "8089:8089"
restart: unless-stopped restart: unless-stopped
networks:
- postgres-net