Compose files, instructions and extras for using my automatic proxy containers
Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

docker-compose.override.generic.yml 887B

12345678910111213141516171819202122232425
  1. ---
  2. version: '2'
  3. services:
  4. # letsencrypt-generic uses a user-defined hook to update DNS entries.
  5. # You need to supply your own hook, available at /dns/hook. See the
  6. # letsencrypt.sh repo for details about hook arguments.
  7. letsencrypt-generic:
  8. image: csmith/letsencrypt-generic:latest
  9. container_name: autoproxy_letsencrypt-generic
  10. restart: always
  11. volumes:
  12. - letsencrypt-data:/letsencrypt
  13. - /my/hook/script:/dns/hook
  14. environment:
  15. # For testing purposes, use the Let's Encrypt staging server.
  16. # Remove this for production use!
  17. - STAGING=yes
  18. # To accept Let's Encrypt's temrs of service automatically:
  19. #- ACCEPT_CA_TERMS=yes
  20. # The e-mail address to provide to Let's Encrypt.
  21. - EMAIL=your@email.addr
  22. # Any environment variables your hook needs
  23. - MY_SECRET=1234567890123456789012345678901234567890