Skip to content

Commit

Permalink
Remove healthcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
juuso-j committed Apr 16, 2024
1 parent 7f81181 commit 389f9f7
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,7 @@ services:
- "5432:5432"
volumes:
- postgres-data:/var/lib/postgresql/data
healthcheck:
test: ["CMD-SHELL", "pg_isready"]
interval: 10s
timeout: 5s
retries: 5


memcached:
image: memcached:latest
command: ["-I", "4m"]
Expand Down

0 comments on commit 389f9f7

Please sign in to comment.