refactor: update default stack image to flexinit/agent-stack
Replace oh-my-opencode-free references with the new consolidated flexinit/agent-stack image in source code and documentation.
This commit is contained in:
@@ -83,7 +83,7 @@ async function deployStack(deploymentId: string): Promise<void> {
|
||||
// Execute deployment with production orchestrator
|
||||
const result = await deployer.deploy({
|
||||
stackName: deployment.stackName,
|
||||
dockerImage: process.env.STACK_IMAGE || 'git.app.flexinit.nl/oussamadouhou/oh-my-opencode-free:latest',
|
||||
dockerImage: process.env.STACK_IMAGE || 'git.app.flexinit.nl/flexinit/agent-stack:latest',
|
||||
domainSuffix: process.env.STACK_DOMAIN_SUFFIX || 'ai.flexinit.nl',
|
||||
port: 8080,
|
||||
healthCheckTimeout: 180000,
|
||||
|
||||
@@ -108,7 +108,7 @@ async function deployStack(name: string): Promise<DeploymentState> {
|
||||
deployment.status = 'creating_application';
|
||||
deployments.set(deploymentId, { ...deployment });
|
||||
|
||||
const dockerImage = process.env.STACK_IMAGE || 'git.app.flexinit.nl/oussamadouhou/oh-my-opencode-free:latest';
|
||||
const dockerImage = process.env.STACK_IMAGE || 'git.app.flexinit.nl/flexinit/agent-stack:latest';
|
||||
const application = await dokployClient.createApplication(
|
||||
`opencode-${normalizedName}`,
|
||||
project.projectId,
|
||||
|
||||
Reference in New Issue
Block a user