Skip to content

Commit

Permalink
Add find and refer db to docker config
Browse files Browse the repository at this point in the history
  • Loading branch information
awhodgson256 committed Dec 18, 2024
1 parent 212948f commit e4732b3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,12 @@ parameters:
_db_docker_config: &db_docker_config
- image: cimg/openjdk:21.0.2
environment:
POSTGRES_DB: interventions_ci
POSTGRES_DB: findandrefer_ci
- image: cimg/postgres:15.0
environment:
POSTGRES_PASSWORD: password
POSTGRES_DB: interventions_ci
POSTGRES_DB: findandrefer_ci
POSTGRES_PORT: 5433

jobs:
validate:
Expand Down

0 comments on commit e4732b3

Please sign in to comment.