init
This commit is contained in:
@@ -5,8 +5,6 @@ networks:
|
||||
services:
|
||||
app:
|
||||
build:
|
||||
network:
|
||||
- postgres-net
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
depends_on:
|
||||
@@ -16,4 +14,6 @@ services:
|
||||
MANAGEMENT_ENDPOINTS_WEB_EXPOSURE_INCLUDE: health,info
|
||||
ports:
|
||||
- "8089:8089"
|
||||
restart: unless-stopped
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- postgres-net
|
||||
Reference in New Issue
Block a user