1 Commits

Author SHA1 Message Date
26443fff40 Merge pull request 'Loads of updates' (#1) from tmp into master
Some checks failed
continuous-integration/drone/push Build encountered an error
continuous-integration/drone Build is failing
Reviewed-on: #1
2023-05-10 22:44:19 +02:00

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