add kestra

This commit is contained in:
2024-07-28 11:00:41 +02:00
parent a7f7ab5e85
commit b2ecf434aa
4 changed files with 173 additions and 0 deletions

View File

@ -34,6 +34,11 @@ services:
image: postgres:15.6-alpine
networks:
- back_network
healthcheck:
test: ["CMD-SHELL", "pg_isready -d $${POSTGRES_DB} -U $${POSTGRES_USER}"]
interval: 30s
timeout: 10s
retries: 10
restart: always
volumes:
- ./init:/docker-entrypoint-initdb.d:ro