-
-
Notifications
You must be signed in to change notification settings - Fork 640
Expand file tree
/
Copy path.env
More file actions
60 lines (53 loc) · 1.96 KB
/
Copy path.env
File metadata and controls
60 lines (53 loc) · 1.96 KB
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
#-----------------------------------------------------------------------
#
# https://github.com/evertramos/nginx-proxy-automation
#
# NGINX Proxy automation
#
# This is the .env file with default values for the nginx-proxy-automation script
#
#-----------------------------------------------------------------------
#-----------------------------------------------------------------------
#
# NGINX-Proxy default image, version and service name
#
DEFAULT_NGINX_PROXY_SERVICE_NAME=proxy-web
DEFAULT_NGINX_PROXY_IMAGE_NAME="nginx"
DEFAULT_NGINX_PROXY_IMAGE_VERSION="stable-alpine"
#-----------------------------------------------------------------------
#
# Docker-gen default image, version and service name
#
DEFAULT_DOCKER_GEN_SERVICE_NAME=docker-gen
DEFAULT_DOCKER_GEN_IMAGE_NAME="nginxproxy/docker-gen"
DEFAULT_DOCKER_GEN_IMAGE_VERSION="0.14"
#-----------------------------------------------------------------------
#
# Letsencrypt acme-compantion default image, version and service name
#
DEFAULT_LETSENCRYPT_SERVICE_NAME=acme-companion
DEFAULT_LETSENCRYPT_IMAGE_NAME="nginxproxy/acme-companion"
DEFAULT_LETSENCRYPT_IMAGE_VERSION="2.5"
#-----------------------------------------------------------------------
#
# Network default name for the nginx-proxy
#
DEFAULT_DOCKER_NETWORK_NAME=proxy
#-----------------------------------------------------------------------
#
# Data path for the nginx-proxy files
#
#DEFAULT_DATA_LOCATION="./data"
#-----------------------------------------------------------------------
#
# Default servies name in docker-compose.yml
#
REPLACE_NGINX_PROXY_SERVICE_NAME="nginx-proxy-automation-web"
REPLACE_DOCKER_GEN_SERVICE_NAME="nginx-proxy-automation-gen"
REPLACE_LETSENCRYPT_SERVICE_NAME="nginx-proxy-automation-letsencrypt"
#-----------------------------------------------------------------------
#
# md5 checksum for .env and docker-compose.yml files
#
MD5_SUM_DOCKER_COMPOSE=54590c26c4f3d0ce52ef9ea4268d1408
MD5_SUM_ENV_SAMPLE=eb0ca95b7f2d14d11e337863d8e47566