This commit is contained in:
Andrey Kondratev
2025-08-28 16:37:59 +05:00
parent 913f833b8c
commit b8e2bf1090
23 changed files with 838 additions and 7 deletions

13
.env.docker Normal file
View File

@@ -0,0 +1,13 @@
# Domain configuration
DOMAIN=localhost
# SSL/TLS configuration for Let's Encrypt
ACME_EMAIL=admin@example.com
# Traefik dashboard authentication (admin:password)
# Generated with: htpasswd -nb admin password
TRAEFIK_AUTH=admin:$$2y$$10$$8qCUOc.FKLB8o4X8ZGVb7OU4xrslBUjOdBPtRz9wM7YJ9.XsGVzui
# Application environment
NODE_ENV=production
PORT=3000