1
0
1Panel-Appstore/apps/certimate/0.4.13/docker-compose.yml

24 lines
557 B
YAML
Raw Normal View History

2024-09-26 01:06:28 +08:00
services:
certimate:
image: "certimate/certimate:v0.4.13"
2024-09-26 01:06:28 +08:00
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"
2024-09-26 01:06:28 +08:00
- "${DATA_PATH}:/app/pb_data"
labels:
createdBy: "Apps"
environment:
- http_proxy=${PANEL_HTTP_PROXY}
- https_proxy=${PANEL_HTTPS_PROXY}
- NO_PROXY=${PANEL_NO_PROXY}
2024-09-26 01:06:28 +08:00
networks:
1panel-network:
external: true