Compare commits
2 Commits
26443fff40
...
9b0b929fd8
Author | SHA1 | Date | |
---|---|---|---|
9b0b929fd8 | |||
1b043afb78 |
|
@ -8,8 +8,8 @@ services:
|
||||||
- POSTGRES_USER=postgres
|
- POSTGRES_USER=postgres
|
||||||
- POSTGRES_PASSWORD=prutt
|
- POSTGRES_PASSWORD=prutt
|
||||||
- POSTGRES_DB=auth
|
- POSTGRES_DB=auth
|
||||||
ports:
|
# ports:
|
||||||
- 5432:5432
|
# - 5432:5432
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD-SHELL", "pg_isready"]
|
test: ["CMD-SHELL", "pg_isready"]
|
||||||
interval: 3s
|
interval: 3s
|
||||||
|
|
Loading…
Reference in New Issue
Block a user