Commit 7d5012eb authored by Tom Moulard's avatar Tom Moulard
Browse files

hits: fixing postgres healt check

parent edff58d0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -35,7 +35,7 @@ services:
      - 'POSTGRES_USER=postgres'
      - 'POSTGRES_PASSWORD=postgres'
    healthcheck:
      test: ['CMD', 'pg_isready', '-U', 'postres']
      test: ['CMD', 'pg_isready', '-U', 'postgres']
      interval: 10s
      timeout: 10s
      retries: 5