1
0

chore(deps): update certimate/certimate docker tag to v0.4.18 (localApps) (#4329)

This commit is contained in:
renovate[bot]
2026-03-04 09:22:29 +00:00
committed by GitHub
parent ade3e73c87
commit bf8293031a
3 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,23 @@
services:
certimate:
image: "certimate/certimate:v0.4.18"
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- "${PANEL_APP_PORT_HTTP}:8090"
volumes:
- "/etc/localtime:/etc/localtime:ro"
- "/etc/timezone:/etc/timezone:ro"
- "${DATA_PATH}:/app/pb_data"
labels:
createdBy: "Apps"
environment:
- http_proxy=${PANEL_HTTP_PROXY}
- https_proxy=${PANEL_HTTPS_PROXY}
- NO_PROXY=${PANEL_NO_PROXY}
networks:
1panel-network:
external: true