Compare commits

..

No commits in common. "9b0b929fd8f1b81468781357d7ff1a8eee0ce08b" and "26443fff40595b67943dad8a4f14442b8a5ee3d5" have entirely different histories.

View File

@ -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