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

version: "3"
x-uffizzi:
ingress:
service: acmesh
port: 7681
services:
acmesh:
image: "${ACME_IMAGE}"
volumes:
- ./acme.sh:/acme.sh
entrypoint: ["/bin/bash", "-c"]
command: ["ttyd /bin/bash"]
ports:
- "7700:7700"
- "7681:7681"
deploy:
resources:
limits:
memory: 4000M