Skip to content

Commit

Permalink
fix docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tbischoff2 committed Jan 7, 2025
1 parent 9877c09 commit 4324ddd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc/docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:
volumes:
- ../examples/:/app/resources/
environment:
- spring.profiles.active=external
- spring.profiles.active=jpa
- spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
- spring.datasource.driver=org.postgresql.Driver
- spring.datasource.url=jdbc:postgresql://db:5432/postgres
Expand Down

0 comments on commit 4324ddd

Please sign in to comment.