mirror of
https://git.evilfox.cc/test2/wg.git
synced 2026-07-31 20:03:22 +00:00
Fix Dokploy Bad Gateway: dokploy-network and expose 8080.
This commit is contained in:
+15
-8
@@ -1,18 +1,25 @@
|
||||
# Dokploy / Docker Compose env (copy to .env and edit)
|
||||
|
||||
APP_URL=https://wg.example.com
|
||||
# App
|
||||
APP_PORT=8080
|
||||
APP_URL=https://test200.de4ima.uk
|
||||
SITE_NAME=Evilfox.cc
|
||||
SECURE_COOKIES=true
|
||||
SESSION_SECRET=replace-with-long-random-secret
|
||||
SESSION_SECRET=change-me-to-long-random-string
|
||||
|
||||
# Admin (логин админки — только из env)
|
||||
ADMIN_USERNAME=admin
|
||||
ADMIN_EMAIL=admin@evilfox.cc
|
||||
ADMIN_PASSWORD=replace-with-strong-admin-password
|
||||
ADMIN_PASSWORD=change-me-strong-password
|
||||
|
||||
# PostgreSQL 17
|
||||
POSTGRES_DB=wg
|
||||
POSTGRES_USER=wg
|
||||
POSTGRES_PASSWORD=replace-with-strong-db-password
|
||||
POSTGRES_PASSWORD=change-me-db-password
|
||||
|
||||
# Import old MySQL dump once (wg.sql)
|
||||
AUTO_IMPORT_MYSQL=true
|
||||
APP_PUBLISH_PORT=8080
|
||||
TZ=Europe/Moscow
|
||||
MYSQL_DUMP_PATH=/data/wg.sql
|
||||
|
||||
# Dokploy Domain tab:
|
||||
# Service = app
|
||||
# Port = 8080
|
||||
TZ=UTC
|
||||
|
||||
Reference in New Issue
Block a user