mirror of
https://github.com/okxlin/appstore.git
synced 2026-02-21 10:27:41 +08:00
16 lines
497 B
YAML
16 lines
497 B
YAML
services:
|
|
1panel-apps:
|
|
image: ${IMAGE}
|
|
container_name: ${CONTAINER_NAME}
|
|
restart: ${RESTART_POLICY}
|
|
network_mode: host
|
|
volumes:
|
|
- "${DATA_PATH}:${DATA_PATH_INTERNAL}"
|
|
environment:
|
|
# 环境参数按需修改 (Modify the environment parameters as required)
|
|
- TZ=${TIME_ZONE}
|
|
# 删除以下行前的#号表示启用 (Delete the # sign in front of the following lines to indicate enablement)
|
|
# - ${ENV1}=${ENV1}
|
|
labels:
|
|
createdBy: "Apps"
|