Skip to content

Commit

Permalink
chore: remove accidentally committed postgres ferret
Browse files Browse the repository at this point in the history
  • Loading branch information
jkoenig134 committed Jan 25, 2024
1 parent c96ce8d commit 128c51f
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions test/compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,14 @@ services:
logging:
driver: none

postgres:
image: postgres
container_name: connector-ferretdb-postgres
hostname: postgres
environment:
- POSTGRES_USER=user
- POSTGRES_PASSWORD=password
- POSTGRES_DB=ferretdb

ferret:
image: ghcr.io/ferretdb/ferretdb:latest
container_name: connector-ferretdb
ports:
- "27019:27017"
environment:
FERRETDB_POSTGRESQL_URL: postgres://user:password@postgres:5432/ferretdb
FERRETDB_HANDLER: sqlite
FERRETDB_SQLITE_URL: file:./
FERRETDB_TELEMETRY: disable
FERRETDB_LOG_LEVEL: error
depends_on:
Expand Down

0 comments on commit 128c51f

Please sign in to comment.