Guest User

Untitled

a guest
May 23rd, 2018
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. # Docker-Compose
  2. ## project-name
  3. COMPOSE_PROJECT_NAME=
  4. ## Volumedir
  5. CONTAINERVOLUME=
  6.  
  7. # Service: Database
  8. ## Username
  9. MYSQL_USER=
  10. ## Root password
  11. MYSQL_ROOT_PASSWORD=
  12. ## Database
  13. MYSQL_DATABASE=
  14. ## User Password
  15. MYSQL_PASSWORD=
  16.  
  17. # Service: Application
  18. ## NGINX-proxy network
  19. NGINXPROXYNETWORK=
  20. PROXYPORTSSH=
  21. ## vHost for nginx-proxy
  22. VIRTUAL_HOST=
  23. ## Letsencrypt-host for nginx-proxy
  24. LETSENCRYPT_HOST=
  25. ## Letsencrypt-mail
  26. LETSENCRYPT_EMAIL=
  27. ## Password for root user in gitlab
  28. GITLAB_ROOT_PW=
  29. ## SMTP setup
  30. SMTP_SERVER=
  31. SMTP_PORT=
  32. SMTP_USER=
  33. SMTP_PASSWORD=
  34. SMTP_DOMAIN=
  35. SMTP_AUTH=
  36. STARTTLS=
  37. FROM_MAIL=
  38. REPLY_TO_MAIL=
Add Comment
Please, Sign In to add comment