Skip to content

Commit

Permalink
drop pg data volume, use modern postgres
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjones-plip committed Feb 10, 2025
1 parent 13abac5 commit 56feb85
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions docker-compose.test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,10 @@ services:
- 5984:5984

postgres:
image: medicmobile/cht-postgres:release-postgres13-rc.1
image: postgres:15
environment:
- "POSTGRES_DB=cht"
- "POSTGRES_USER=cht"
- "POSTGRES_PASSWORD=cht_password"
- "COUCH2PG_USER=cht_couch2pg"
- "COUCH2PG_USER_PASSWORD=couch2pg_password"
- "DB_OWNER_GROUP=cht_analytics"
volumes:
- cht-postgres-data:/var/lib/postgresql/data
ports:
- ${PG_PORT:-5432}:5432

Expand All @@ -43,7 +37,3 @@ services:
depends_on:
- postgres
- couch

volumes:
cht-postgres-data:
name: cht-postgres-data

0 comments on commit 56feb85

Please sign in to comment.