-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env.example
36 lines (24 loc) · 1.16 KB
/
.env.example
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
31
32
33
34
35
36
######################################################
################### General Setup ####################
######################################################
### Drivers ##########################################
# All volumes driver
VOLUMES_DRIVER=local
# All Networks driver
NETWORKS_DRIVER=bridge
### Docker compose files #############################
# Select which docker-compose files to include. If using docker-sync append `:docker-compose.sync.yml` at the end
COMPOSE_FILE=docker-compose.yml
# Define the prefix of container names. This is useful if you have multiple projects that use smplaces to have seperate containers per project.
COMPOSE_PROJECT_NAME=example
### Docker Host IP ###################################
# Enter your Docker Host IP (will be appended to /etc/hosts). Default is `10.0.75.1`
DOCKER_HOST_IP=10.0.75.1
######################################################
############# Containers Customization ###############
######################################################
### ELK ##############################################
ELK_VERSION=8.0.1
ELASTICSEARCH_PASSWORD=""
KIBANA_PASSWORD=""
VOLUME_PATH=""