mirror of
https://github.com/acepanel/templates.git
synced 2026-02-04 03:28:42 +08:00
22 lines
517 B
YAML
22 lines
517 B
YAML
services:
|
|
certimate:
|
|
image: certimate/certimate:v0.4.16
|
|
networks:
|
|
- acepanel-network
|
|
ports:
|
|
- ${CERTIMATE_PORT_HTTP}:8090
|
|
volumes:
|
|
- /etc/localtime:/etc/localtime:ro
|
|
- /etc/timezone:/etc/timezone:ro
|
|
- ./data:/app/pb_data
|
|
healthcheck:
|
|
test: [ "CMD-SHELL", "curl -fsSL http://localhost:8090 || exit 1" ]
|
|
interval: 30s
|
|
timeout: 10s
|
|
retries: 3
|
|
start_period: 30s
|
|
restart: unless-stopped
|
|
networks:
|
|
acepanel-network:
|
|
external: true
|