modified: main_dc/docker-compose.yml

add reboot uplees stoped for db's tp and bb
This commit is contained in:
2025-11-27 06:52:11 +05:00
parent 6669278c47
commit 61a12979a0
+2
View File
@@ -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