12 lines
245 B
YAML
12 lines
245 B
YAML
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
|