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:
|
||||
image: postgres:15-alpine
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "5432:5432"
|
||||
environment:
|
||||
@@ -187,6 +188,7 @@ services:
|
||||
|
||||
db_bb:
|
||||
image: postgres:15-alpine
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "5433:5432"
|
||||
container_name: db_bb
|
||||
|
||||
Reference in New Issue
Block a user