feat: CI/CD pipeline setup complete - Ansible playbooks updated, secrets configured, workflow ready
This commit is contained in:
20
deployment/stacks/traefik/.env.example
Normal file
20
deployment/stacks/traefik/.env.example
Normal file
@@ -0,0 +1,20 @@
|
||||
# Traefik Configuration
|
||||
# Copy this file to .env and adjust values
|
||||
|
||||
# Timezone
|
||||
TZ=Europe/Berlin
|
||||
|
||||
# Let's Encrypt Email
|
||||
ACME_EMAIL=kontakt@michaelschiemer.de
|
||||
|
||||
# Domain
|
||||
DOMAIN=michaelschiemer.de
|
||||
|
||||
# Dashboard Authentication
|
||||
# Generate password hash with: htpasswd -nb admin your_password
|
||||
# Replace $ with $$ in docker-compose.yml
|
||||
TRAEFIK_DASHBOARD_USER=admin
|
||||
TRAEFIK_DASHBOARD_PASSWORD_HASH=
|
||||
|
||||
# Log Level (DEBUG, INFO, WARN, ERROR)
|
||||
LOG_LEVEL=INFO
|
||||
Reference in New Issue
Block a user