(refactor) Remove env files and scripts, update config files
This commit is contained in:
@@ -9,15 +9,13 @@ services:
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
restart: always
|
||||
network_mode: ${NETWORK_MODE}
|
||||
networks:
|
||||
- 1panel-network
|
||||
ports:
|
||||
- ${PANEL_APP_PORT_ZT}:${PANEL_APP_PORT_ZT}/tcp
|
||||
- ${PANEL_APP_PORT_ZT}:${PANEL_APP_PORT_ZT}/udp
|
||||
- ${PANEL_APP_PORT_HTTP}:${PANEL_APP_PORT_HTTP}
|
||||
- ${PANEL_APP_PORT_FILE}:${PANEL_APP_PORT_FILE}
|
||||
env_file:
|
||||
- ${GLOBAL_ENV_FILE:-/etc/1panel/envs/global.env}
|
||||
- ${ENV_FILE:-/etc/1panel/envs/default.env}
|
||||
volumes:
|
||||
- ${ZEROTIER_PLANET_ROOT_PATH}/file:/app/dist
|
||||
- ${ZEROTIER_PLANET_ROOT_PATH}/ztncui:/app/ztncui
|
||||
|
||||
Reference in New Issue
Block a user