11 lines
200 B
YAML
11 lines
200 B
YAML
|
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
|