IF YOU WOULD LIKE TO GET AN ACCOUNT, please write an email to s dot adaszewski at gmail dot com. User accounts are meant only to report issues and/or generate pull requests. This is a purpose-specific Git hosting for ADARED projects. Thank you for your understanding!
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

31 lines
454B

  1. prebuild:
  2. - python3 getmetadata.py
  3. volumes:
  4. certbot-data: {}
  5. certbot-webroot: {}
  6. images:
  7. nginx-http: ./nginx-http
  8. nginx-https: ./nginx-https
  9. certbot: ./certbot
  10. jails:
  11. nginx-http:
  12. image: nginx-http
  13. mounts:
  14. certbot-webroot: /srv/certbot-webroot
  15. certbot:
  16. image: certbot
  17. depend: nginx-http
  18. mounts:
  19. certbot-data: /
  20. nginx-https:
  21. image: nginx-https
  22. depend: certbot