(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_HTTP}:${PANEL_APP_PORT_HTTP}
|
||||
- ${PANEL_APP_PORT_API}:${PANEL_APP_PORT_API}/tcp
|
||||
- ${PANEL_APP_PORT_API}:${PANEL_APP_PORT_API}/udp
|
||||
- ${PANEL_APP_PORT_FILE}:3180
|
||||
env_file:
|
||||
- ${GLOBAL_ENV_FILE:-/etc/1panel/envs/global.env}
|
||||
- ${ENV_FILE:-/etc/1panel/envs/default.env}
|
||||
volumes:
|
||||
- ${ZTNCUI_ROOT_PATH}/ztncui:/opt/key-networks/ztncui/etc
|
||||
- ${ZTNCUI_ROOT_PATH}/zerotier-one:/var/lib/zerotier-one
|
||||
|
||||
Reference in New Issue
Block a user