1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-03-20 22:21:02 +08:00
1Panel-Appstore/certimate/0.3.7/docker-compose.yml
github-action update-app-version df3c7297a7 Update app version [skip ci]
2025-04-07 14:36:30 +00:00

18 lines
340 B
YAML

services:
certimate:
image: "usual2970/certimate:v0.3.7"
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- "${PANEL_APP_PORT_HTTP}:8090"
volumes:
- "${DATA_PATH}:/app/pb_data"
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true