updated dev docker compose file to add dbgate, which is a light weight db manager. mainly just for dev operations

This commit is contained in:
2026-05-17 19:18:04 +02:00
parent dea58b85b8
commit a7b1fd2ae3
3 changed files with 6 additions and 0 deletions
Vendored
BIN
View File
Binary file not shown.
+1
View File
@@ -15,3 +15,4 @@ uploads
*.db *.db
ai_agent_master_prompt_for_building_modern_git_platform.md ai_agent_master_prompt_for_building_modern_git_platform.md
html docs/
+5
View File
@@ -32,5 +32,10 @@ services:
timeout: 5s timeout: 5s
retries: 10 retries: 10
dbgate:
image: dbgate/dbgate
ports:
- "3000:3000"
volumes: volumes:
postgres_data: postgres_data: