mirror of
https://github.com/okxlin/appstore.git
synced 2025-07-13 12:52:18 +08:00
18 lines
341 B
YAML
18 lines
341 B
YAML
services:
|
|
certimate:
|
|
image: "usual2970/certimate:v0.3.18"
|
|
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
|