Browse Source

Update docker-compose.build.yml

pull/2893/head
Thomas Dietrich 2 years ago
committed by Thomas Kaul
parent
commit
d6b7b1ed84
  1. 5
      docker/docker-compose.build.yml

5
docker/docker-compose.build.yml

@ -16,6 +16,11 @@ services:
condition: service_healthy
redis:
condition: service_healthy
healthcheck:
test: ['CMD-SHELL', 'curl -f http://localhost:3333/api/v1/health']
interval: 10s
timeout: 5s
retries: 5
postgres:
image: postgres:15
env_file:

Loading…
Cancel
Save