Add Go rewrite with Postgres 17 and Dokploy Docker Compose

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
orohi
2026-07-27 08:21:21 +03:00
co-authored by Cursor
parent bac78dd3fc
commit 99a27f00be
67 changed files with 17864 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
# Copy to .env before docker compose / Dokploy deploy
POSTGRES_DB=vpn_admin
POSTGRES_USER=vpn_admin
POSTGRES_PASSWORD=change_me_strong_password
# Required: random 32+ bytes (hex or base64)
APP_SESSION_SECRET=change_me_to_a_long_random_secret_at_least_32_chars
# Public URL prefix if behind subpath (empty = domain root). Example: vpn
APP_BASE_URL=
# Max seconds for Amnezia panel HTTP inside one request
APP_HTTP_BUDGET_SEC=52
# Optional overrides (also configurable in admin UI)
AMNEZIA_PANEL_URL=
AMNEZIA_API_TOKEN=
AMNEZIA_SERVER_LABELS_JSON=
TZ=UTC