mirror of
https://github.com/pooneyy/1Panel-Appstore.git
synced 2026-03-22 16:29:40 +08:00
* chore(deps): update usual2970/certimate docker tag to v0.3.18 * Update app version [skip ci] --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: github-action update-app-version <githubaction@githubaction.com>
23 lines
551 B
YAML
23 lines
551 B
YAML
networks:
|
|
1panel-network:
|
|
external: true
|
|
services:
|
|
certimate:
|
|
image: usual2970/certimate:v0.3.18
|
|
container_name: ${CONTAINER_NAME}
|
|
networks:
|
|
- 1panel-network
|
|
ports:
|
|
- ${PANEL_APP_PORT_HTTP}:8090
|
|
environment:
|
|
- http_proxy=${PANEL_HTTP_PROXY}
|
|
- https_proxy=${PANEL_HTTPS_PROXY}
|
|
- NO_PROXY=${PANEL_NO_PROXY}
|
|
volumes:
|
|
- /etc/localtime:/etc/localtime:ro
|
|
- /etc/timezone:/etc/timezone:ro
|
|
- ./data:/app/pb_data
|
|
restart: unless-stopped
|
|
labels:
|
|
createdBy: "Apps"
|