mirror of
https://git.evilfox.cc/test2/wg.git
synced 2026-07-31 20:03:22 +00:00
19 lines
422 B
Bash
19 lines
422 B
Bash
# 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
|