mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-05-02 22:22:44 +00:00
23 lines
348 B
YAML
23 lines
348 B
YAML
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
|