Files
appstore-1panel/appstore/certimate/0.3.14/docker-compose.yml
T
QYG2297248353 b70e350cc1
Renovate / renovate (push) Has been cancelled
Push custom to released / push-branch (push) Has been cancelled
Process Apps and Commit Changes / process (push) Has been cancelled
Processed apps directory via GitHub Actions
2025-05-27 03:44:13 +00:00

20 lines
382 B
YAML

networks:
1panel-network:
external: true
services:
certimate:
container_name: certimate
env_file:
- ./envs/global.env
- .env
image: usual2970/certimate:v0.3.14
labels:
createdBy: Apps
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:8090
restart: always
volumes:
- ${CERTIMATE_ROOT_PATH}/data:/app/pb_data