1
0
1Panel-Appstore/apps/vertex/2025.06.06/docker-compose.yml

21 lines
428 B
YAML
Raw Normal View History

2023-11-09 19:15:01 +08:00
services:
2025-06-13 18:53:10 +08:00
vertex:
2023-11-09 19:15:01 +08:00
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
2025-06-13 18:53:10 +08:00
- "${PANEL_APP_PORT_HTTP}:${PANEL_APP_PORT_HTTP}"
2023-11-09 19:15:01 +08:00
volumes:
2025-06-13 18:53:10 +08:00
- "${DATA_PATH}:/vertex"
2023-11-09 19:15:01 +08:00
environment:
- TZ=Asia/Shanghai
2025-06-13 18:53:10 +08:00
- PORT=${PANEL_APP_PORT_HTTP}
image: lswl/vertex:2025.06.06
2023-11-09 19:15:01 +08:00
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true