Skip to content

Commit

Permalink
returning SPRING_CUSTOM-DATASOURCE variables. (They will be removed i…
Browse files Browse the repository at this point in the history
…n 0.23 release) (#1605)
  • Loading branch information
Vladysl committed Feb 5, 2024
1 parent 0b1d189 commit d32b2a5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker/demo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ services:
- SPRING_DATASOURCE_URL=jdbc:postgresql://database:5432/${POSTGRES_DATABASE}
- SPRING_DATASOURCE_USERNAME=${POSTGRES_USER}
- SPRING_DATASOURCE_PASSWORD=${POSTGRES_PASSWORD}
- SPRING_CUSTOM-DATASOURCE_URL=jdbc:postgresql://database:5432/${POSTGRES_DATABASE}?schema=lookup_tables_schema
- SPRING_CUSTOM-DATASOURCE_USERNAME=${POSTGRES_USER}
- SPRING_CUSTOM-DATASOURCE_PASSWORD=${POSTGRES_PASSWORD}
depends_on:
- database
ports:
Expand Down

0 comments on commit d32b2a5

Please sign in to comment.