Files
api-gateway/docker-compose.yml
Björn Benouarets 31f5b4081a init: Initial commit
2026-02-05 18:37:35 +01:00

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