Skip to content

Commit

Permalink
use supabase/postgres
Browse files Browse the repository at this point in the history
  • Loading branch information
bluelinden committed Jun 5, 2024
1 parent 8d3b872 commit b46ff6b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 54 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"driver": "PostgreSQL",
"name": "Articleman Development",
"group": "Articleman",
"connectString": "postgres://amdev:password@localhost/amdev"
"connectString": "postgres://postgres:password@localhost/postgres"
}
],
"sqlfluff.dialect": "postgres",
Expand Down
12 changes: 2 additions & 10 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,9 @@
version: "3.2"
services:
db:
container_name: pg_jsonschema_db
build:
context: .
dockerfile: ./dockerfiles/db/Dockerfile
healthcheck:
test: ["CMD-SHELL", "PGUSER=amdev", "pg_isready"]
interval: 1s
timeout: 10s
retries: 5
container_name: pg_postgres
image: "supabase/postgres"
environment:
POSTGRES_USER: amdev
POSTGRES_PASSWORD: password
ports:
- 5432:5432
43 changes: 0 additions & 43 deletions dockerfiles/db/Dockerfile

This file was deleted.

0 comments on commit b46ff6b

Please sign in to comment.