diff --git a/roles/docker/files/configs/rallly/env_file b/roles/docker/files/configs/rallly/env_file index a3ec36a..e0cced2 100644 --- a/roles/docker/files/configs/rallly/env_file +++ b/roles/docker/files/configs/rallly/env_file @@ -1,9 +1,9 @@ -NEXT_PUBLIC_BASE_URL="https://:{{ rallly.domain }}" -DATABASE_URL="postgres://postgres:{{ postgres_passwords.rallly }}@postgres:5432/rallly_db" +NEXT_PUBLIC_BASE_URL="https://{{ rallly.domain }}" +DATABASE_URL="postgres://postgres:{{ postgres_passwords.rallly }}@rallly_db:5432/rallly_db" SECRET_PASSWORD="{{ rallly_secrets.secret_password }}" SUPPORT_EMAIL="noreply@{{ rallly.domain }}" SMTP_HOST="{{ smtp_host }}" SMTP_PORT="{{ smtp_port }}" SMTP_SECURE="false" -SMTP_USER= -SMTP_PWD= +SMTP_USER=noop +SMTP_PWD=noop