Skip to content

Commit

Permalink
remove SPRING_CUSTOM-DATASOURCE optional variables. (#1612)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladysl committed Feb 7, 2024
1 parent b984d31 commit 3ce9c55
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions docker/demo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ 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 3ce9c55

Please sign in to comment.