mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-11-03 19:58:14 +00:00 
			
		
		
		
	Changed restart policy of postgres to always
This commit is contained in:
		@@ -5,7 +5,7 @@
 | 
			
		||||
      - POSTGRES_PASSWORD={{database_password}}
 | 
			
		||||
      - POSTGRES_USER={{database_username}}
 | 
			
		||||
      - POSTGRES_DB={{database_databasename}}
 | 
			
		||||
    restart: unless-stopped
 | 
			
		||||
    restart: always
 | 
			
		||||
    healthcheck:
 | 
			
		||||
      test: ["CMD-SHELL", "pg_isready -U {{database_databasename}}"]
 | 
			
		||||
      interval: 10s
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user