modified: main_dc/docker-compose.yml
add reboot uplees stoped for db's tp and bb
This commit is contained in:
@@ -128,6 +128,7 @@ services:
|
|||||||
|
|
||||||
db:
|
db:
|
||||||
image: postgres:15-alpine
|
image: postgres:15-alpine
|
||||||
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- "5432:5432"
|
- "5432:5432"
|
||||||
environment:
|
environment:
|
||||||
@@ -187,6 +188,7 @@ services:
|
|||||||
|
|
||||||
db_bb:
|
db_bb:
|
||||||
image: postgres:15-alpine
|
image: postgres:15-alpine
|
||||||
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- "5433:5432"
|
- "5433:5432"
|
||||||
container_name: db_bb
|
container_name: db_bb
|
||||||
|
|||||||
Reference in New Issue
Block a user