Skip to content

Commit

Permalink
Remove healthcheck from test-docker-compose.yaml file
Browse files Browse the repository at this point in the history
  • Loading branch information
Maksymilian-Plywaczyk committed Oct 24, 2023
1 parent 0a686cd commit fb0ff99
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions test-docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,6 @@ services:
volumes:
- ./Smart-Pot-API/database:/data
- ./Smart-Pot-API/data/init.sql:/docker-entrypoint-initdb.d/init.sql
healthcheck:
test:
[
"CMD-SHELL",
"pg_isready -U ${POSTGRES_USER} -d ${POSTGRES_DB}"
]
interval: 5s
timeout: 5s
retries: 10
api:
build:
context: ./Smart-Pot-API
Expand Down

0 comments on commit fb0ff99

Please sign in to comment.