-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.yml
17 lines (17 loc) · 797 Bytes
/
app.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
version: '2'
services:
npsjhipster1-app:
image: npsjhipster1
environment:
- _JAVA_OPTIONS=-Xmx512m -Xms256m
- SPRING_PROFILES_ACTIVE=prod,swagger
- MANAGEMENT_METRICS_EXPORT_PROMETHEUS_ENABLED=true
- SPRING_DATASOURCE_URL=jdbc:mysql://npsjhipster1-mysql:3306/npsjhipster1?useUnicode=true&characterEncoding=utf8&useSSL=false
- SPRING_SECURITY_OAUTH2_CLIENT_PROVIDER_OIDC_ISSUER_URI=http://keycloak:9080/auth/realms/jhipster
- SPRING_SECURITY_OAUTH2_CLIENT_REGISTRATION_OIDC_CLIENT_ID=internal
- SPRING_SECURITY_OAUTH2_CLIENT_REGISTRATION_OIDC_CLIENT_SECRET=internal
- JHIPSTER_SLEEP=30 # gives time for other services to boot before the application
npsjhipster1-mysql:
extends:
file: mysql.yml
service: npsjhipster1-mysql