Fix Dokploy Bad Gateway: dokploy-network and expose 8080.

This commit is contained in:
2026-07-29 09:35:08 +03:00
parent 08750add83
commit 57d8ed7388
5 changed files with 31 additions and 13 deletions
+15 -8
View File
@@ -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