Fixed postgres healthchecks
This commit is contained in:
		@@ -42,7 +42,7 @@ services:
 | 
			
		||||
    healthcheck:
 | 
			
		||||
      test:
 | 
			
		||||
        - CMD-SHELL
 | 
			
		||||
        - "pg_isready -h localhost -U ${POSTGRES_USER} -d ${POSTGRES_DB}"
 | 
			
		||||
        - "pg_isready -h localhost -U $${POSTGRES_USER} -d $${POSTGRES_DB}"
 | 
			
		||||
      interval: 5s
 | 
			
		||||
      timeout: 5s
 | 
			
		||||
      retries: 10
 | 
			
		||||
 
 | 
			
		||||
@@ -158,7 +158,7 @@ services:
 | 
			
		||||
    healthcheck:
 | 
			
		||||
      test:
 | 
			
		||||
        - CMD-SHELL
 | 
			
		||||
        - "pg_isready -h localhost -U ${POSTGRES_USER} -d ${POSTGRES_DB}"
 | 
			
		||||
        - "pg_isready -h localhost -U $${POSTGRES_USER} -d $${POSTGRES_DB}"
 | 
			
		||||
      interval: 5s
 | 
			
		||||
      timeout: 5s
 | 
			
		||||
      retries: 3
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user