init: Initial commit

This commit is contained in:
Björn Benouarets
2026-02-05 18:37:35 +01:00
commit 31f5b4081a
25 changed files with 1759 additions and 0 deletions

11
docker-compose.yml Normal file
View File

@@ -0,0 +1,11 @@
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