You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
348 B

  1. version: "3"
  2. x-uffizzi:
  3. ingress:
  4. service: acmesh
  5. port: 7681
  6. services:
  7. acmesh:
  8. image: "${ACME_IMAGE}"
  9. volumes:
  10. - ./acme.sh:/acme.sh
  11. entrypoint: ["/bin/bash", "-c"]
  12. command: ["ttyd /bin/bash"]
  13. ports:
  14. - "7700:7700"
  15. - "7681:7681"
  16. deploy:
  17. resources:
  18. limits:
  19. memory: 4000M