Add health check to pgsql docker image
This commit is contained in:
		
							parent
							
								
									d231f90c90
								
							
						
					
					
						commit
						dc96c9472b
					
				
					 3 changed files with 4 additions and 0 deletions
				
			
		
							
								
								
									
										2
									
								
								.dockerignore
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										2
									
								
								.dockerignore
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,2 @@ | |||
| .git | ||||
| .idea | ||||
							
								
								
									
										1
									
								
								.gitignore
									
										
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								.gitignore
									
										
									
									
										vendored
									
									
										Normal file
									
								
							|  | @ -0,0 +1 @@ | |||
| .idea/ | ||||
|  | @ -13,6 +13,7 @@ EXPOSE 5432 | |||
| VOLUME /var/lib/postgresql/ | ||||
| COPY pg_hba.conf /etc/postgresql/9.6/main/pg_hba.conf | ||||
| COPY startup.sh /srv/ | ||||
| HEALTHCHECK CMD pg_isready -d postgres | ||||
| 
 | ||||
| ENTRYPOINT ["dumb-init"] | ||||
| CMD "/srv/startup.sh" | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue