Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drupal ENV ignored #95

Open
DonRichards opened this issue Jul 16, 2020 · 1 comment
Open

Drupal ENV ignored #95

DonRichards opened this issue Jul 16, 2020 · 1 comment

Comments

@DonRichards
Copy link
Member

Docker-compose is ignoring values set during the makemake/docker-compose up process. Not sure any other values are being ignored.

docker-compose.env.yml & docker-compose.yml have these values prior and after the make/docker-compose up process.

DRUPAL_DEFAULT_ACCOUNT_EMAIL: [email protected]
DRUPAL_DEFAULT_ACCOUNT_PASSWORD: abc1234567890

Observed the admin user has "[email protected]" with "password" as its password.

@jjakob
Copy link

jjakob commented Nov 5, 2020

I thought I had this issue initially as I couldn't log in with [email protected]. The problem was I was trying the wrong username - it's just "admin". The environment only sets this "admin" user's e-mail and password.
So I can't replicate this now with the latest development branch, the e-mail and password are set correctly for the admin user in drupal.

birkland pushed a commit to birkland/isle-dc that referenced this issue Apr 19, 2021
Implements media migrations, including content-addressed file names.  Tests are provided documenting the media migrations, derivative generation, and file deletion.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants