fixing docker compose
This commit is contained in:
@@ -13,13 +13,13 @@ services:
|
||||
spring-boot-app:
|
||||
depends_on:
|
||||
- db
|
||||
image: "maven:3-jdk-11"
|
||||
image: "maven:3.8.3-openjdk-17-slim"
|
||||
ports:
|
||||
- "8080:8080"
|
||||
environment:
|
||||
- DATASOURCE_URL=jdbc:postgresql://db:5432/communication-service-test
|
||||
- DATASOURCE_USERNAME=communication-service-test
|
||||
- DATASOURCE_PASSWORD=communication-service-test
|
||||
- DATASOURCE_URL=jdbc:postgresql://db:5432/litmus
|
||||
- DATASOURCE_USERNAME=litmus-test
|
||||
- DATASOURCE_PASSWORD=litmus-test
|
||||
volumes:
|
||||
- .:/app
|
||||
working_dir: /app
|
||||
|
||||
Reference in New Issue
Block a user