forked from intelowlproject/IntelOwl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env_template
20 lines (16 loc) · 1.01 KB
/
.env_template
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
### ---- Environment variables for docker-compose ----
### All services specified in all compose-files in variable COMPOSE_FILE will be built/ran
### By default, when you use `docker-compose up` only docker-compose.yml is read
### For each additional integration, the location of it's docker-compose.<>.yml file should be appended to
### the COMPOSE_FILE variable each seperated with ':'. If you are on windows, replace all ':' with ';'.
### Reference to Docker's official Docs: https://docs.docker.com/compose/reference/envvars/#compose_file#compose_file
## Default
COMPOSE_FILE=docker-compose.yml
## To run all additional integrations
#COMPOSE_FILE=docker-compose.yml:./integrations/docker-compose.peframe.yml
## To run tests or for local development
#COMPOSE_FILE=docker-compose-for-tests.yml
#COMPOSE_FILE=docker-compose-for-tests.yml:./integrations/docker-compose-for-tests.peframe.yml
## For travis
#COMPOSE_FILE=docker-compose-for-travis.yml
#COMPOSE_FILE=docker-compose-for-travis.yml./integrations/docker-compose.peframe.yml