Skip to content

Commit

Permalink
Merge branch 'master' of github.com:openmrs/openmrs-contrib-ansible-d…
Browse files Browse the repository at this point in the history
…ocker-compose
  • Loading branch information
cintiadr committed Jan 3, 2020
2 parents b7b5807 + 737b5af commit 0005922
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 15 deletions.
24 changes: 11 additions & 13 deletions files/uat-platform/.env
@@ -1,14 +1,12 @@
$ANSIBLE_VAULT;1.1;AES256
64363633363430343366333437323665393438643133393832373738323639653066653565336262
3338623362616461356362643036306636623865306536330a323535363830336131373966346634
32316230316466323734306434623031616638313133653433386266383834653038623562633066
6461316538656433660a633236363162353062306364663063623030333436346332643632636262
33396333653138303433383663316238663163306165623931663566326231633464326137343263
38656261613934616364633034363934306363633131323039623230393763356537313030626264
32323531313738633536663665643838393363653934383730323637633139343434666233663833
62656632623165653063313761336165356565363735313833623132613365653363326239393562
65346439343162643436386438313835633865393731363834626535333962353135656536366336
64333064646234626636623134616635366238363339363932666235333664346635336266373937
35656465653062653635336162653333363038663266363966663263316565656337323965356330
31383130663931613137616561326661323665323562356132313633633530363636356434303364
6630
65323962666130313634326231303039373139393132363262636334303463643662356265623531
3232333661643837316139313931383865363161613433340a393965373032393133656566346361
66316434626266646638663962313835633063303137373130343439313235393464643765346333
3239366239616264310a363462306466653665316538366134313634316465633937306237386230
62366565316662343365666639623263326433326363313936383731323731366663336635323731
62383761646331323231393764366362373964646633393831303262383264396163363830386664
31366430356635636661366262393661363262386636626138336365353539353936633233303534
66346265623035623531356563633434303164343633326164363138373335366262313337656532
38336432353266653166313635306433616336333930626166363765616634613061346231643235
65666632376439636330353462373131393835386461333433333234353236633336663739333066
323862653039613865353161613434643331
4 changes: 2 additions & 2 deletions files/uat-platform/docker-compose.yml
Expand Up @@ -6,7 +6,7 @@ services:
image: mysql:5.6
command: "mysqld --character-set-server=utf8 --collation-server=utf8_general_ci"
environment:
MYSQL_DATABASE: ${MYSQL_DB:-openmrs}
MYSQL_DATABASE: openmrs
MYSQL_ROOT_PASSWORD: ${MYSQL_ROOT_PASSWORD:-Admin123}
MYSQL_USER: ${MYSQL_USER:-openmrs}
MYSQL_PASSWORD: ${MYSQL_PASSWORD:-Admin123}
Expand All @@ -24,7 +24,7 @@ services:
ports:
- "8081:8080"
environment:
DB_DATABASE: ${MYSQL_DB:-openmrs}
DB_DATABASE: openmrs
DB_HOST: openmrs-platform-mysql
DB_USERNAME: ${MYSQL_USER:-openmrs}
DB_PASSWORD: ${MYSQL_PASSWORD:-Admin123}
Expand Down

0 comments on commit 0005922

Please sign in to comment.