mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-10-31 02:10:05 +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