Guest User

Untitled

a guest
Jul 4th, 2018
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. # @Author: Corey Sanford <corey@hackcapital.com>
  2. # @Date: Tuesday, 12th June 2018 5:25:12 pm
  3. # @Email: corey@hackcapital.com
  4. # @Last modified by: coreysan
  5. # @Last modified time: 21st June 2018 5:25:12 pm
  6.  
  7. version: "3"
  8.  
  9. networks:
  10. liondesk-network:
  11.  
  12. services:
  13. caddy:
  14. restart: always
  15. image: [gitlab url]/hackcapital/liondesk/caddy:1.0.2
  16. container_name: caddy
  17. ports:
  18. - 80:80
  19. - 443:443
  20. - 90:90
  21. - 5000:5000
  22. environment:
  23. - KIBANA_SERVER_IP=${KIBANA_SERVER_IP}
  24. - KIBANA_USER=${KIBANA_USER}
  25. - KIBANA_PASSWORD=${KIBANA_PASSWORD}
  26. - LOGSTASH_SERVER_IP=${LOGSTASH_SERVER_IP}
  27. networks:
  28. - liondesk-network
  29. volumes:
  30. - /srv/caddy/logs:/var/log/caddy
Add Comment
Please, Sign In to add comment