fix: appwrite?!
This commit is contained in:
parent
4cc5ec9bd0
commit
c8deac660d
@ -1374,10 +1374,6 @@ async function startAppWriteService(request: FastifyRequest<ServiceStartStop>) {
|
|||||||
const teamId = request.user.teamId;
|
const teamId = request.user.teamId;
|
||||||
const { version, fqdn, destinationDocker, secrets, exposePort, network, port, workdir, image, appwrite } = await defaultServiceConfigurations({ id, teamId })
|
const { version, fqdn, destinationDocker, secrets, exposePort, network, port, workdir, image, appwrite } = await defaultServiceConfigurations({ id, teamId })
|
||||||
|
|
||||||
let isStatsEnabled = false
|
|
||||||
if (secrets.find(s => s === '_APP_USAGE_STATS=enabled')) {
|
|
||||||
isStatsEnabled = true
|
|
||||||
}
|
|
||||||
const {
|
const {
|
||||||
opensslKeyV1,
|
opensslKeyV1,
|
||||||
executorSecret,
|
executorSecret,
|
||||||
@ -1755,7 +1751,6 @@ async function startAppWriteService(request: FastifyRequest<ServiceStartStop>) {
|
|||||||
},
|
},
|
||||||
|
|
||||||
};
|
};
|
||||||
if (isStatsEnabled) {
|
|
||||||
dockerCompose[id].depends_on.push(`${id}-influxdb`);
|
dockerCompose[id].depends_on.push(`${id}-influxdb`);
|
||||||
dockerCompose[`${id}-usage`] = {
|
dockerCompose[`${id}-usage`] = {
|
||||||
image: `${image}:${version}`,
|
image: `${image}:${version}`,
|
||||||
@ -1799,7 +1794,6 @@ async function startAppWriteService(request: FastifyRequest<ServiceStartStop>) {
|
|||||||
],
|
],
|
||||||
...defaultComposeConfiguration(network),
|
...defaultComposeConfiguration(network),
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
const composeFile: any = {
|
const composeFile: any = {
|
||||||
version: '3.8',
|
version: '3.8',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user