mirror of
https://github.com/arch3rPro/1Panel-Appstore.git
synced 2026-04-15 00:17:12 +08:00
Remake Repository
This commit is contained in:
22
apps/demo/bridge-network/docker-compose.yml
Normal file
22
apps/demo/bridge-network/docker-compose.yml
Normal file
@@ -0,0 +1,22 @@
|
||||
services:
|
||||
1panel-apps:
|
||||
image: ${IMAGE}
|
||||
container_name: ${CONTAINER_NAME}
|
||||
restart: ${RESTART_POLICY}
|
||||
networks:
|
||||
- 1panel-network
|
||||
ports:
|
||||
- "${PANEL_APP_PORT_HTTP}:${PANEL_APP_PORT_HTTP_INTERNAL}"
|
||||
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"
|
||||
|
||||
networks:
|
||||
1panel-network:
|
||||
external: true
|
||||
Reference in New Issue
Block a user