Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 519 Bytes

File metadata and controls

20 lines (13 loc) · 519 Bytes

Docker Compose to Zeabur Template Converter

This is a simple tool to convert a docker-compose file to a Zeabur template, powered by Claude.

Usage

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