mirror of
https://github.com/eduardogsilva/wireguard_webadmin.git
synced 2026-03-17 22:36:17 +00:00
add initial implementation of auth gateway with models, routes, and session management
This commit is contained in:
5
containers/auth-gateway/entrypoint.sh
Normal file
5
containers/auth-gateway/entrypoint.sh
Normal file
@@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
set -eu
|
||||
|
||||
exec uvicorn auth_gateway.main:app --host 0.0.0.0 --port 9091
|
||||
Reference in New Issue
Block a user