mirror of
https://github.com/xiaoxinpro/nginx-proxy-manager-zh.git
synced 2025-01-22 12:58:13 -05:00
Squid ci fixes
This commit is contained in:
parent
f2bb8f2b3d
commit
81b89185f2
@ -22,7 +22,6 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
fulltest:
|
fulltest:
|
||||||
aliases:
|
aliases:
|
||||||
- npm
|
|
||||||
- website1.example.com
|
- website1.example.com
|
||||||
- website2.example.com
|
- website2.example.com
|
||||||
- website3.example.com
|
- website3.example.com
|
||||||
|
@ -15,8 +15,8 @@ module.exports = defineConfig({
|
|||||||
return require("../plugins/index.js")(on, config);
|
return require("../plugins/index.js")(on, config);
|
||||||
},
|
},
|
||||||
env: {
|
env: {
|
||||||
swaggerBase: 'http://npm:81/api/schema',
|
swaggerBase: 'http://fullstack:81/api/schema',
|
||||||
},
|
},
|
||||||
baseUrl: 'http://npm:81',
|
baseUrl: 'http://fullstack:81',
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user