You've already forked dockerfiles
							
							
				mirror of
				https://github.com/vimagick/dockerfiles.git
				synced 2025-10-30 23:47:48 +02:00 
			
		
		
		
	update kestra
This commit is contained in:
		| @@ -41,7 +41,7 @@ services: | ||||
|     user: root | ||||
|     depends_on: | ||||
|       postgres: | ||||
|         condition: service_started | ||||
|         condition: service_healthy | ||||
|     restart: unless-stopped | ||||
|  | ||||
|   postgres: | ||||
| @@ -52,4 +52,9 @@ services: | ||||
|       - POSTGRES_DB=kestra | ||||
|       - POSTGRES_USER=kestra | ||||
|       - POSTGRES_PASSWORD=k3str4 | ||||
|     healthcheck: | ||||
|       test: ["CMD-SHELL", "pg_isready -d $${POSTGRES_DB} -U $${POSTGRES_USER}"] | ||||
|       interval: 30s | ||||
|       timeout: 10s | ||||
|       retries: 10 | ||||
|     restart: unless-stopped | ||||
|   | ||||
		Reference in New Issue
	
	Block a user