Replace direct port binding with Traefik labels to enable automatic HTTPS routing and certificate management. Add domain configuration variables to support dynamic routing. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
13 lines
172 B
Plaintext
13 lines
172 B
Plaintext
# Domain configuration
|
|
DOMAIN=example.tld
|
|
COMPOSE_PROJECT_NAME=name
|
|
|
|
# MySQL
|
|
MYSQL_DATABASE=
|
|
MYSQL_ROOT_PASSWORD=
|
|
MYSQL_USER=
|
|
MYSQL_PASSWORD=
|
|
|
|
# Redis
|
|
REDIS_HOST_PASSWORD=
|