Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion hub/documentation/operations/files/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ services:
- "--entrypoints.websecure.address=:443"
- "--certificatesresolvers.myleresolver.acme.httpchallenge=true"
- "--certificatesresolvers.myleresolver.acme.httpchallenge.entrypoint=web"
- "--certificatesresolvers.myleresolver.acme.email=dnsadmin@yourdomain.com" # Update this to be a valid email
- "--certificatesresolvers.myleresolver.acme.email=${DNS_ADMIN}"
- "--certificatesresolvers.myleresolver.acme.storage=/letsencrypt/acme.json"
- "--entrypoints.web.http.redirections.entryPoint.to=websecure"
- "--entrypoints.web.http.redirections.entryPoint.scheme=https"
Expand Down
4 changes: 4 additions & 0 deletions hub/documentation/operations/files/env
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
# run: `id -u sesam` to find correct USER_ID
# APPLIANCE_ID can be created using uuidgen
# NODE_DOMAIN must match your host fully qualified domain name.
# DNS_ADMIN variable is where any cert or dns issues will be sent from letsencrypt.
APPLIANCE_ID=your_appliance_id
SUBSCRIPTION_ID=your_subscription_id
TRAEFIK_DOCKER_IMAGE_TAG=latest
SESAM_NODE_IMAGE_TAG=weekly-prod
FLUENTBIT_IMAGE_TAG=latest
FLUENTBIT_HOST=ss-companyhub.sesam.cloud
USER_ID=1000
NODE_DOMAIN=your_node_domain
DNS_ADMIN=valid@email.address