Skip to content

Commit

Permalink
- restoring platform flyway setup for Data Index & Jobs Service conta…
Browse files Browse the repository at this point in the history
…iners
  • Loading branch information
pefernan committed Sep 27, 2024
1 parent 9bd92fe commit 9dc1cf4
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,11 @@ services:
QUARKUS_DATASOURCE_JDBC_URL: "jdbc:postgresql://postgres:5432/kogito"
QUARKUS_DATASOURCE_USERNAME: kogito-user
QUARKUS_DATASOURCE_PASSWORD: kogito-pass
QUARKUS_FLYWAY_MIGRATE_AT_START: "true"
QUARKUS_FLYWAY_BASELINE_ON_MIGRATE: "true"
QUARKUS_FLYWAY_TABLE: FLYWAY_DATA_INDEX
KAFKA_BOOTSTRAP_SERVERS: kafka:29092
QUARKUS_HTTP_CORS_ORIGINS: "/.*/"
KIE_FLYWAY_ENABLED: true

jobs-service:
container_name: jobs-service
Expand All @@ -149,11 +151,13 @@ services:
QUARKUS_DATASOURCE_REACTIVE_URL: "postgresql://postgres:5432/kogito"
QUARKUS_DATASOURCE_USERNAME: kogito-user
QUARKUS_DATASOURCE_PASSWORD: kogito-pass
QUARKUS_FLYWAY_MIGRATE_AT_START: "true"
QUARKUS_FLYWAY_BASELINE_ON_MIGRATE: "true"
QUARKUS_FLYWAY_TABLE: FLYWAY_JOBS_SERVICE
KAFKA_BOOTSTRAP_SERVERS: kafka:29092
QUARKUS_PROFILE: events-support
QUARKUS_HTTP_PORT: 8580
QUARKUS_HTTP_CORS_ORIGINS: "/.*/"
KIE_FLYWAY_ENABLED: true

management-console:
container_name: management-console
Expand Down

0 comments on commit 9dc1cf4

Please sign in to comment.