Squid ci fixes

This commit is contained in:
Jamie Curnow 2024-10-13 22:15:18 +10:00
parent f2bb8f2b3d
commit 81b89185f2
No known key found for this signature in database
GPG Key ID: FFBB624C43388E9E
2 changed files with 2 additions and 3 deletions

View File

@ -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

View File

@ -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',
} }
}); });