dev (#3)
Co-authored-by: pptx704 <rafeedm.bhuiyan@gmail.com> Reviewed-on: #3
This commit is contained in:
@ -27,8 +27,6 @@ services:
|
||||
- POSTGRES_DB=${POSTGRES_DB}
|
||||
ports:
|
||||
- "5432:5432"
|
||||
volumes:
|
||||
- ./docker-data/postgres:/var/lib/postgresql/data
|
||||
restart: unless-stopped
|
||||
healthcheck:
|
||||
test: ["CMD-SHELL", "pg_isready -U ${POSTGRES_USER} -d ${POSTGRES_DB}"]
|
||||
|
||||
Reference in New Issue
Block a user