-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env.example
37 lines (33 loc) · 1.01 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
37
# Please use the following .env example as a guide to crafting your .env.
# Simply create a .env file in this same location and copy+paste the below.
# Crafted with ❤️ by scorpion.io
# Domain name to access site from. FQDN
DOMAIN=rabbitmq.test
# Internal Versioning
APP_VER=0.1.0
# RabbitMQ
## Image name
RABBITMQ_IMAGE=rabbitmq
RABBITMQ_VER=3.8-management-alpine
## Default authenticaation details
RABBITMQ_DEFAULT_USER=admin
RABBITMQ_DEFAULT_PASS=secret
# Traefik
## Should Traefik be enabled?
TRAEFIK_ENABLE=true
## SSL
### Should a valid SSL certificate be obtained?
TRAEFIK_TLS_ENABLE=false
### Resolver to use (see scorpion.io proxy)
TRAEFIK_CERTRESOLVER=letsencrypt
## Network
## Name to use for network routers
TRAEFIK_ROUTER_HTTP=rabbitmq-http
TRAEFIK_ROUTER_HTTPS=rabbitmq-https
### Port to use for app load balancer
TRAEFIK_PORT=15672
### Traefik network to route proxied traffic
TRAEFIK_NETWORK=proxy-net
### Add middlewares such as http to https redirection.
### Just add redirect-to-https below.
TRAEFIK_MIDDLEWARES=