Skip to content

Commit

Permalink
Bake additional environment variables into drupal image
Browse files Browse the repository at this point in the history
  • Loading branch information
joecorall authored Oct 4, 2024
1 parent 24f0418 commit 842ab3e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions drupal/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ ENV \
DRUPAL_DEFAULT_DB_NAME=drupal_default \
DRUPAL_DEFAULT_DB_PASSWORD=password \
DRUPAL_DEFAULT_DB_USER=drupal_default \
DRUPAL_DEFAULT_DB_DRIVER=mysql \
DRUPAL_DEFAULT_DB_HOST=mariadb \
DRUPAL_DEFAULT_DB_PORT=3306 \
DRUPAL_DEFAULT_EMAIL=webmaster@localhost.com \
DRUPAL_DEFAULT_FCREPO_HOST=islandora.traefik.me \
DRUPAL_DEFAULT_FCREPO_PORT=8081 \
Expand Down

0 comments on commit 842ab3e

Please sign in to comment.