Skip to content

feat: add Docker and Docker Compose configuration#10

Open
Rajkoli145 wants to merge 2 commits intoClawland-AI:mainfrom
Rajkoli145:feat/docker-setup
Open

feat: add Docker and Docker Compose configuration#10
Rajkoli145 wants to merge 2 commits intoClawland-AI:mainfrom
Rajkoli145:feat/docker-setup

Conversation

@Rajkoli145
Copy link

Hey! Just added Docker support for MoltClaw. 🐳

This PR includes:

  • A optimized multi-stage Dockerfile to keep production images small.
  • A docker-compose.yml that spins up both the MoltClaw gateway and a PostgreSQL 16 database.
  • Health checks for both services to ensure proper startup sequencing.
  • Basic instructions in the README to get people started.

Everything's set up to use environment variables for easy config. Let me know what you think! 🚀

Closes #4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: add Dockerfile and docker-compose.yml

1 participant