mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-11-04 04:08:15 +00:00 
			
		
		
		
	changed database_user to database_username
This commit is contained in:
		@@ -8,7 +8,7 @@
 | 
			
		||||
      - {{ database_env }}
 | 
			
		||||
    restart: {{ DOCKER_RESTART_POLICY }}
 | 
			
		||||
    healthcheck:
 | 
			
		||||
      test: ["CMD-SHELL", "pg_isready -U {{ database_user }}"]
 | 
			
		||||
      test: ["CMD-SHELL", "pg_isready -U {{ database_username }}"]
 | 
			
		||||
      interval: 10s
 | 
			
		||||
      timeout: 5s
 | 
			
		||||
      retries: 6
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user