From b8b5353568603dbbaa7d3ace8dea2f88a1ac6d7d Mon Sep 17 00:00:00 2001 From: Jonas Kaninda Date: Fri, 8 Nov 2024 20:10:01 +0100 Subject: [PATCH] docs: update docker deployment --- README.md | 6 ------ docs/quickstart.md | 6 ------ 2 files changed, 12 deletions(-) diff --git a/README.md b/README.md index 20634de..56f3363 100644 --- a/README.md +++ b/README.md @@ -106,12 +106,6 @@ services: goma-gateway: image: jkaninda/goma-gateway command: server - healthcheck: - test: curl -f http://localhost/heath/live || exit 1 - interval: 30s - retries: 5 - start_period: 20s - timeout: 10s ports: - "8080:8080" volumes: diff --git a/docs/quickstart.md b/docs/quickstart.md index 2be99c1..b227d1a 100644 --- a/docs/quickstart.md +++ b/docs/quickstart.md @@ -38,12 +38,6 @@ services: goma-gateway: image: jkaninda/goma-gateway command: server - healthcheck: - test: curl -f http://localhost/health/live || exit 1 - interval: 30s - retries: 5 - start_period: 20s - timeout: 10s ports: - "8080:8080" - "8443:8443"