-
-
Notifications
You must be signed in to change notification settings - Fork 184
Expand file tree
/
Copy path.env
More file actions
19 lines (16 loc) · 681 Bytes
/
.env
File metadata and controls
19 lines (16 loc) · 681 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Docker Compose environment variables
#
# Remember to also update the GitHub Actions configuration, as appropriate:
# cc-legal-tools-app/.github/workflows/pre-commit.yml
# https://docs.docker.com/compose/extends/#multiple-compose-files
# https://docs.docker.com/compose/reference/envvars/
COMPOSE_PATH_SEPARATOR=:
COMPOSE_FILE=docker-compose.yml:../cc-legal-tools-data/docker-compose.yml
# https://docs.docker.com/compose/environment-variables/
DOCKER_DJANGO_SETTINGS_MODULE=cc_legal_tools.settings.local
PORT_APP=8005
PORT_STATIC=8006
RELPATH_DATA=../cc-legal-tools-data
# PRETTIER_SLOW should only be enabled to test GitHub Actions workflow
# compatibility
PRETTIER_SLOW=0