services: gateway: image: git.secnex.io/secnex/api-gateway:latest build: context: . dockerfile: Dockerfile ports: - "8080:8080" volumes: - ./gateway.yaml:/app/gateway.yaml:ro restart: unless-stopped