Merge pull request #71 from jkaninda/docs
docs: update docker deployment
This commit is contained in:
@@ -106,12 +106,6 @@ services:
|
|||||||
goma-gateway:
|
goma-gateway:
|
||||||
image: jkaninda/goma-gateway
|
image: jkaninda/goma-gateway
|
||||||
command: server
|
command: server
|
||||||
healthcheck:
|
|
||||||
test: curl -f http://localhost/heath/live || exit 1
|
|
||||||
interval: 30s
|
|
||||||
retries: 5
|
|
||||||
start_period: 20s
|
|
||||||
timeout: 10s
|
|
||||||
ports:
|
ports:
|
||||||
- "8080:8080"
|
- "8080:8080"
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
@@ -38,12 +38,6 @@ services:
|
|||||||
goma-gateway:
|
goma-gateway:
|
||||||
image: jkaninda/goma-gateway
|
image: jkaninda/goma-gateway
|
||||||
command: server
|
command: server
|
||||||
healthcheck:
|
|
||||||
test: curl -f http://localhost/health/live || exit 1
|
|
||||||
interval: 30s
|
|
||||||
retries: 5
|
|
||||||
start_period: 20s
|
|
||||||
timeout: 10s
|
|
||||||
ports:
|
ports:
|
||||||
- "8080:8080"
|
- "8080:8080"
|
||||||
- "8443:8443"
|
- "8443:8443"
|
||||||
|
|||||||
Reference in New Issue
Block a user