Guest User

Untitled

a guest
Jul 6th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. version: '2'
  2. services:
  3. administrador-app:
  4. image: administradorapp
  5. environment:
  6. # - _JAVA_OPTIONS=-Xmx512m -Xms256m
  7. - SPRING_PROFILES_ACTIVE=prod,swagger
  8. # - SPRING_DATASOURCE_URL=jdbc:mysql://127.0.0.1:3306/reco?useUnicode=true&characterEncoding=utf8&useSSL=false
  9. - JHIPSTER_SLEEP=10 # gives time for the database to boot before the application
  10. ports:
  11. - 8080:8080
  12. # administradorapp-mysql:
  13. # extends:
  14. # file: mysql.yml
  15. # service: administradorapp-mysql
Add Comment
Please, Sign In to add comment