deploy code

This commit is contained in:
NishantRajputRN
2026-05-19 18:08:06 +05:30
parent e886bddfd1
commit 44d3f015fe
45 changed files with 5072 additions and 0 deletions
+27
View File
@@ -0,0 +1,27 @@
# --- Server (Docker host IP) ---
SERVER_HOST=172.237.44.156
# Authentik HTTP port exposed on the host
COMPOSE_PORT_HTTP=9000
COMPOSE_PORT_HTTPS=9443
# Public URL Authentik uses for OAuth (no trailing slash)
AUTHENTIK_HOST=http://172.237.44.156:9000
# --- Authentik secrets (generate on first setup) ---
PG_PASS=change-me-generate-with-openssl
AUTHENTIK_SECRET_KEY=change-me-generate-with-openssl
# --- OIDC app (after creating provider in Authentik UI) ---
OIDC_APP_SLUG=oidc-demo
OIDC_CLIENT_ID=your-client-id
# --- This project's containers ---
PUBLIC_WEB_URL=http://172.237.44.156
PUBLIC_API_URL=http://172.237.44.156
AUTHENTIK_URL=http://172.237.44.156:9000
OIDC_ISSUER=
OIDC_AUDIENCE=your-client-id
CORS_ORIGIN=http://172.237.44.156