2
0
mirror of https://github.com/acepanel/templates.git synced 2026-02-04 07:27:13 +08:00
Files
templates/certd/docker-compose.yml
renovate[bot] 4f6123ae53 chore(deps): update greper/certd docker tag to v1.38.2 (#11)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-01-22 14:03:48 +00:00

16 lines
279 B
YAML

services:
certd:
image: greper/certd:1.38.2
restart: always
networks:
- acepanel-network
volumes:
- ./data/certd:/app/data
ports:
- ${CERTD_PORT_HTTP}:7001
- ${CERTD_PORT_HTTPS}:7002
networks:
acepanel-network:
external: true