fix: comment out healthcheck configuration in docker-compose.yml
This commit is contained in:
parent
c743f3e016
commit
bc53766ef7
@ -1,11 +1,11 @@
|
|||||||
services:
|
services:
|
||||||
portfolio:
|
portfolio:
|
||||||
image: ${DOCKERHUB_USERNAME}/portfolio:${PORTFOLIO_IMAGE_TAG}
|
image: ${DOCKERHUB_USERNAME}/portfolio:${PORTFOLIO_IMAGE_TAG}
|
||||||
healthcheck:
|
# healthcheck:
|
||||||
test: ['CMD', 'curl', '-f', 'http://localhost:3000/']
|
# test: ['CMD', 'curl', '-f', 'http://localhost:3000/']
|
||||||
interval: 10s
|
# interval: 10s
|
||||||
timeout: 3s
|
# timeout: 3s
|
||||||
retries: 5
|
# retries: 5
|
||||||
networks:
|
networks:
|
||||||
- web
|
- web
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user