forward_api_key_auth/docker-compose.yml

11 lines
200 B
YAML
Raw Normal View History

2024-12-08 13:21:32 +00:00
version: '3.8'
services:
forward-auth:
build: git.hydrar.de/hydra/forward_api_key_auth
ports:
- "11405:5000"
volumes:
- ./auth.txt:/app/auth.txt
restart: unless-stopped