Advertisement
Guest User

Untitled

a guest
Jun 25th, 2018
231
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. portainer:
  2. image: portainer/portainer
  3. restart: always
  4. container_name: root_portainer_1
  5. hostname: portainer.the-morpheus.de
  6. command: --templates http://templates/templates.json
  7. volumes:
  8. - /var/run/docker.sock:/var/run/docker.sock
  9. - /srv/portainer/data:/data
  10. environment:
  11. VIRTUAL_HOST: portainer.the-morpheus.de
  12. VIRTUAL_PORT: 9000
  13. LETSENCRYPT_HOST: portainer.the-morpheus.de
  14. LETSENCRYPT_EMAIL: lordrazor55@gmail.com
  15. expose:
  16. - "9000"
  17.  
  18. portainer-watchtower:
  19. image: v2tec/watchtower
  20. restart: always
  21. container_name: root_portainer-watchtower_1
  22. command: --cleanup portainer-app portainer-watchtower portainer/templates
  23. volumes:
  24. - /var/run/docker.sock:/var/run/docker.sock
  25.  
  26. portainer-templates:
  27. image: portainer/templates
  28. restart: always
  29. container_name: root_portainer-templates_1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement