Skip to content

Commit

Permalink
Development of Search Filter on Surname
Browse files Browse the repository at this point in the history
  • Loading branch information
bigalnz committed Apr 17, 2020
1 parent e6b3f3e commit 84a74d0
Show file tree
Hide file tree
Showing 278 changed files with 14,999 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/main/docker/app.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
version: '2'
services:
test2-app:
image: test2
environment:
- _JAVA_OPTIONS=-Xmx512m -Xms256m
- SPRING_PROFILES_ACTIVE=prod,swagger
- MANAGEMENT_METRICS_EXPORT_PROMETHEUS_ENABLED=true
- SPRING_DATASOURCE_URL=jdbc:mysql://test2-mysql:3306/test2?useUnicode=true&characterEncoding=utf8&useSSL=false&createDatabaseIfNotExist=true
- JHIPSTER_SLEEP=30 # gives time for other services to boot before the application
ports:
- 8080:8080
test2-mysql:
extends:
file: mysql.yml
service: test2-mysql
Loading

0 comments on commit 84a74d0

Please sign in to comment.