|
1 | | - |
2 | 1 | # Environment variables defined in this file apply to both the Makefile and to |
3 | 2 | # docker-compose.yml |
4 | 3 | # |
5 | 4 | # Due to restrictions in the `env-file` format we cannot specify multi-line |
6 | 5 | # values for environment variables. For this reason the environment |
7 | | -# variables are set on service definitions in the docker-compose.activemq.yml docker-compose.alpaca.yml docker-compose.blazegraph.yml docker-compose.cantaloupe.yml docker-compose.crayfish.mariadb.yml docker-compose.crayfish.postgresql.yml docker-compose.crayfish.yml docker-compose.crayfits.yml docker-compose.custom.yml docker-compose.demo.yml docker-compose.drupal-dev.yml docker-compose.drupal.mariadb.yml docker-compose.drupal.postgresql.yml docker-compose.drupal.yml docker-compose.env.yml docker-compose.etcd.yml docker-compose.fcrepo.mariadb.yml docker-compose.fcrepo.postgresql.yml docker-compose.fcrepo.yml docker-compose.idc-crayfish.yml docker-compose.idc-snapshot.yml docker-compose.local.yml docker-compose.mariadb.yml docker-compose.matomo.yml docker-compose.minio.yml docker-compose.postgresql.yml docker-compose.saml.yml docker-compose.sample.env.yml docker-compose.solr.yml docker-compose.static.yml docker-compose.testcafe.yml docker-compose.traefik.yml docker-compose.watchtower.yml files, |
| 6 | +# variables are set on service definitions in the docker-compose.*.yml files, |
8 | 7 | # rather than defined in `env-file` files. |
9 | 8 |
|
10 | 9 | # Determines which docker-compose file(s) will be used for the `drupal` service. |
|
13 | 12 | # |
14 | 13 | # If this value is changed, docker-compose.yml must be updated in order for it |
15 | 14 | # to take effect; e.g. 'make dev-up' |
16 | | -ENVIRONMENT=static |
| 15 | +ENVIRONMENT=local |
17 | 16 |
|
18 | 17 | REQUIRED_SERIVCES=activemq alpaca cantaloupe idc-crayfish drupal mariadb solr idc-snapshot testcafe minio |
19 | 18 | ############################################################################### |
@@ -105,12 +104,12 @@ DRUPAL_DEFAULT_S3_USE_CUSTOMHOST=true |
105 | 104 | DRUPAL_DEFAULT_S3_USE_PATH_STYLE_ENDPOINT=true |
106 | 105 | DRUPAL_DEFAULT_S3_PRIVATE_PATH=pr |
107 | 106 |
|
108 | | -# Drupal's Trusted Host List - This should be a comma separated list of strings, if you require more than one. |
| 107 | +# Drupal's Trusted Host List - This should be a comma separated list of strings, if you require more than one. |
109 | 108 | # (If you put DRUPAL prefix on it, things will start to fail as the drupal container will put any DRUPAL_* env vars |
110 | 109 | # into the fastcgi params file and the container will no longer start with this one there (the $ is probably the issue). |
111 | 110 | # https://github.com/jhu-idc/idc-isle-buildkit/blob/main/drupal/rootfs/etc/cont-init.d/97-setup-drupal-environment-variables.sh) |
112 | | -#TRUSTED_HOST_LIST=^.+.traefik.me$ |
113 | | -TRUSTED_HOST_LIST=^.+.traefik.me$$,^.+.library.jhu.edu$$ |
| 111 | +#TRUSTED_HOST_LIST=^.+\.traefik\.me$ |
| 112 | +TRUSTED_HOST_LIST=^.+\.traefik\.me$$,^.+\.library\.jhu\.edu$$ |
114 | 113 |
|
115 | 114 | # Google Tag Manager |
116 | 115 | DRUPAL_GTM_CONTAINER_ID= |
@@ -158,4 +157,5 @@ TEST_OPERATION_TIMEOUT_MS=180000 |
158 | 157 | MIGRATION_ASSETS_IMAGE_TAG=9519543.1637091427 |
159 | 158 | ALPACA_HOMERUS_HTTP_SOCKET_TIMEOUT_MS=7200000 |
160 | 159 | DRUPAL_JWT_EXPIRY_INTERVAL='+4 hour' |
161 | | -DRUPAL_STATIC_TAG=static |
| 160 | +ACTIVEMQ_WEB_PORT=8161 |
| 161 | + |
0 commit comments