-
Notifications
You must be signed in to change notification settings - Fork 1
/
.env
30 lines (22 loc) · 807 Bytes
/
.env
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
#
# Enviromental values for Makefile and for docker-compose.yml
#
# Docker Compose project name
COMPOSE_PROJECT_NAME=mysite
# OpenShift project name. This is used by drupal/helfi_drupal_tools
# to figure out the corresponding OpenShift project.
OC_PROJECT_NAME=
# The project name should match with the name defined in environment resolver (drupal/helfi_api_base).
# Leave empty if the project is not a part of the Hel.fi ecosystem.
PROJECT_NAME=
# Default Docker compose profiles. See https://docs.docker.com/compose/profiles/.
COMPOSE_PROFILES=
# Stage file proxy origin url and folder
STAGE_FILE_PROXY_ORIGIN=
STAGE_FILE_PROXY_ORIGIN_DIR=
# Local hostname
DRUPAL_HOSTNAME=mysite.docker.so
# Docker image
DRUPAL_IMAGE=ghcr.io/city-of-helsinki/drupal-web:8.3
# Public webroot
DRUPAL_WEBROOT=public