Skip to content

Commit e2ca363

Browse files
dfallingclaude
andauthored
remove docker-compose.yml in favor of README docs (#2)
The compose file was intended for local dev, but the primary use case is end users pulling the published GHCR image into their own stack. README already documents the compose snippet; local dev uses bun run dev. Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent a5f977c commit e2ca363

2 files changed

Lines changed: 1 addition & 36 deletions

File tree

README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,7 @@ services:
2525
restart: unless-stopped
2626
```
2727
28-
Or run the full stack including Postgres:
29-
30-
```bash
31-
docker compose up -d
32-
```
33-
34-
The server will be available at `http://localhost:3000`.
28+
The server will be available at `http://your-server:3000`.
3529

3630
### Connect to Claude
3731

docker-compose.yml

Lines changed: 0 additions & 29 deletions
This file was deleted.

0 commit comments

Comments
 (0)