removing references to letzshop, replacing by wizamart
This commit is contained in:
@@ -6,7 +6,7 @@ services:
|
||||
image: postgres:15
|
||||
restart: always
|
||||
environment:
|
||||
POSTGRES_DB: ecommerce_db
|
||||
POSTGRES_DB: wizamart_db
|
||||
POSTGRES_USER: ecommerce_user
|
||||
POSTGRES_PASSWORD: secure_password
|
||||
volumes:
|
||||
@@ -15,7 +15,7 @@ services:
|
||||
ports:
|
||||
- "5432:5432"
|
||||
healthcheck:
|
||||
test: ["CMD-SHELL", "pg_isready -U ecommerce_user -d ecommerce_db"]
|
||||
test: ["CMD-SHELL", "pg_isready -U wizamart_user -d wizamart_db"]
|
||||
interval: 30s
|
||||
timeout: 10s
|
||||
retries: 3
|
||||
|
||||
Reference in New Issue
Block a user