init
This commit is contained in:
@@ -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
|
||||||
Reference in New Issue
Block a user