Files
goma-gateway/examples/compose.yaml

16 lines
329 B
YAML

services:
goma-gateway:
image: jkaninda/goma-gateway
command: server
healthcheck:
test: curl -f http://localhost:8080/health/live || exit 1
interval: 30s
retries: 5
start_period: 20s
timeout: 10s
ports:
- "80:8080"
- "443:8443"
volumes:
- ./config:/etc/goma/