diff --git a/docker-compose-bt.yml b/docker-compose-bt.yml index 92f80c53..1dad43ce 100644 --- a/docker-compose-bt.yml +++ b/docker-compose-bt.yml @@ -1,3 +1,5 @@ +# https://github.com/aaPanel/appstore/tree/main/apps/orion_visor + services: orion-ui: image: registry.cn-hangzhou.aliyuncs.com/orionsec/orion-visor-ui:latest @@ -162,20 +164,6 @@ services: networks: - baota_net - orion-adminer: - image: registry.cn-hangzhou.aliyuncs.com/orionsec/orion-visor-adminer:latest - ports: - - "8081:8080" - environment: - ADMINER_DEFAULT_SERVER: ${MYSQL_HOST:-mysql} - depends_on: - orion-mysql: - condition: service_healthy - labels: - createdBy: "bt_apps" - networks: - - baota_net - networks: baota_net: external: true \ No newline at end of file