Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a910bffcc9 |
@ -8,8 +8,8 @@ services:
|
|||||||
DB_NAME: postgres
|
DB_NAME: postgres
|
||||||
POSTGRES_USER: postgres
|
POSTGRES_USER: postgres
|
||||||
POSTGRES_PASSWORD: postgres
|
POSTGRES_PASSWORD: postgres
|
||||||
HOST_NAME: "localhost"
|
HOST_NAME: postgres
|
||||||
PG_PORT: "8000"
|
PG_PORT: 5432
|
||||||
LOGGING_LEVEL: "INFO"
|
LOGGING_LEVEL: "INFO"
|
||||||
ENABLE_API_DOCS: "True"
|
ENABLE_API_DOCS: "True"
|
||||||
UVI_LOGGING_LEVEL: "info"
|
UVI_LOGGING_LEVEL: "info"
|
||||||
@ -27,7 +27,7 @@ services:
|
|||||||
POSTGRES_USER: postgres
|
POSTGRES_USER: postgres
|
||||||
POSTGRES_PASSWORD: postgres
|
POSTGRES_PASSWORD: postgres
|
||||||
ports:
|
ports:
|
||||||
- "4001:5432"
|
- :5432
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD", "pg_isready", "-U", "postgres"]
|
test: ["CMD", "pg_isready", "-U", "postgres"]
|
||||||
interval: 5s
|
interval: 5s
|
||||||
|
|||||||
Reference in New Issue
Block a user