forked from jtreminio/docker-bootstrap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env
29 lines (21 loc) · 978 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
## IP of server...
## ...summitt-dweller-DO-docker
SERVER_IP=104.248.237.235
## Host DNS
HOST_DNS=summittdweller.com
## SSH username. This must be 'root'!
SSH_USER=root
## Location of SSH private key on your local machine...
## ...from Mark's Mac Mini or MacBook Air
SSH_PRIVATE_KEY=/Users/mark/.ssh/id_rsa
## Email address used for Let's Encrypt
## Traefik dashboard address.
TRAEFIK_DASHBOARD_URL=traefik.summittdweller.com
## Traefik UNIVERSAL admin password hash. Important! Enclose the hash without double $ in single quotes here!
TRAEFIK_ADMIN_PASS='$2y$05$9QO6OSe2zFwMPOjWaxOuOu9i2tIr9sMf7xGhbYG0574SJwU.LZSvO'
## Portainer dashboard address.
#PORTAINER_DASHBOARD_URL=portainer.summittdweller.com
PORTAINER_DASHBOARD_PATH=/portainer
## Portainer UNIVERSAL admin password hash. Important! Enclose the hash without double $ in single quotes here!
PORTAINER_ADMIN_PASS='$2y$05$pJEzHJBzfoYYS7/hGAedcOP8XdsqNXE7j.LHFBVjueASOqOvvjGOy'