Add Go WireGuard panel with PostgreSQL 17 and Dokploy compose.

This commit is contained in:
2026-07-29 09:15:00 +03:00
parent 370e2455d4
commit 31ce2af622
25 changed files with 2423 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
# Dokploy / Docker Compose env (copy to .env and edit)
APP_URL=https://wg.example.com
SITE_NAME=Evilfox.cc
SECURE_COOKIES=true
SESSION_SECRET=replace-with-long-random-secret
ADMIN_USERNAME=admin
ADMIN_EMAIL=admin@evilfox.cc
ADMIN_PASSWORD=replace-with-strong-admin-password
POSTGRES_DB=wg
POSTGRES_USER=wg
POSTGRES_PASSWORD=replace-with-strong-db-password
AUTO_IMPORT_MYSQL=true
APP_PUBLISH_PORT=8080
TZ=Europe/Moscow