2
0
mirror of https://github.com/acepanel/templates.git synced 2026-02-04 06:17:13 +08:00
Files
templates/certimate/docker-compose.yml
renovate[bot] ce1267a47a chore(deps): update docker images (minor/patch/digest) (#7)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-01-19 15:12:36 +00:00

20 lines
490 B
YAML

networks:
acepanel-network:
external: true
services:
certimate:
image: certimate/certimate:v0.4.14
networks:
- acepanel-network
ports:
- ${CERTIMATE_PORT_HTTP}:8090
environment:
- http_proxy=${CERTIMATE_HTTP_PROXY}
- https_proxy=${CERTIMATE_HTTPS_PROXY}
- NO_PROXY=${CERTIMATE_NO_PROXY}
volumes:
- /etc/localtime:/etc/localtime:ro
- /etc/timezone:/etc/timezone:ro
- ./data:/app/pb_data
restart: unless-stopped