diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000..5f6125a Binary files /dev/null and b/.DS_Store differ diff --git a/.gitignore b/.gitignore index 7a43347..54a5b06 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ uploads *.db ai_agent_master_prompt_for_building_modern_git_platform.md +html docs/ diff --git a/docker-compose.yml b/docker-compose.yml index e172d76..ab7dfd2 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -32,5 +32,10 @@ services: timeout: 5s retries: 10 + dbgate: + image: dbgate/dbgate + ports: + - "3000:3000" + volumes: postgres_data: