This is a simple tool to convert a docker-compose file to a Zeabur template, powered by Claude.
Put docker-compose.yaml
in the root directory of the project, and run the following command:
export CLAUDE_API_KEY=sk-xxxx
go run main.go
After the conversion, you will see the Zeabur template in zeabur-template.yaml
.
You can use following command to deploy the template to Zeabur:
npx zeabur template deploy -f zeabur-template.yaml