# Archivo de variables de entorno para docker-compose.yml COMPOSE_PROJECT_NAME=suitecoffee_dev # Entorno de desarrollo NODE_ENV=development # app - app APP_PORT=3030 # auth - app AUTH_PORT=4040 # tenants - postgres TENANTS_DB_NAME=dev-postgres TENANTS_DB_USER=dev-user-postgres TENANTS_DB_PASS=dev-pass-postgres # db primaria - postgres DB_NAME=dev-suitecoffee DB_USER=dev-user-suitecoffee DB_PASS=dev-pass-suitecoffee # --- secretos para Authentik AK_SECRET_KEY=Timothy-Yearning-Unzip-Playmate3-Snowiness-Desecrate AK_DB_PASS=Doable8 AK_BOOTSTRAP_PASSWORD=Succulent-Sanded7 AK_BOOTSTRAP_EMAIL=info.suitecoffee@gmail.com PG_PASS=gOWjL8V564vyh1aXUcqh4o/xo7eObraaCVZezPi3iw2LzPlU AUTHENTIK_SECRET_KEY=11zMsUL57beO+okjeGh7OB3lQdGUWII+VaATHs/zsw1+6KMSTyGfAY0yHpq3C442+3CwrZ/KtjgHBfbv AUTHENTIK_ERROR_REPORTING__ENABLED=true # SMTP Host Emails are sent to AUTHENTIK_EMAIL__HOST=localhost AUTHENTIK_EMAIL__PORT=25 # Optionally authenticate (don't add quotation marks to your password) AUTHENTIK_EMAIL__USERNAME=info.suitecoffee@gmail.com AUTHENTIK_EMAIL__PASSWORD=Succulent-Sanded7 # Use StartTLS AUTHENTIK_EMAIL__USE_TLS=false # Use SSL AUTHENTIK_EMAIL__USE_SSL=false AUTHENTIK_EMAIL__TIMEOUT=10 # Email address authentik will send from, should have a correct @domain AUTHENTIK_EMAIL__FROM=info.suitecoffee@gmail.com