# 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 # Authentik PostgreSQL Setup AK_HOST_DB=ak-db AK_PG_DB=authentik AK_PG_USER=authentik AK_PG_PASS=gOWjL8V564vyh1aXUcqh4o/xo7eObraaCVZezPi3iw2LzPlU # Authentik Cookies AUTHENTIK_COOKIE__DOMAIN=sso.suitecoffee.uy AUTHENTIK_SECURITY__CSRF_TRUSTED_ORIGINS=https://sso.suitecoffee.uy,https://suitecoffee.uy # Authentik Security AUTHENTIK_SECRET_KEY=11zMsUL57beO+okjeGh7OB3lQdGUWII+VaATHs/zsw1+6KMSTyGfAY0yHpq3C442+3CwrZ/KtjgHBfbv # Authentik Bootstrap AUTHENTIK_BOOTSTRAP_PASSWORD=info.suitecoffee@gmail.com AUTHENTIK_BOOTSTRAP_EMAIL=info.suitecoffee@gmail.com