diff --git a/.env b/.env index c53ff8f..4c9e687 100644 --- a/.env +++ b/.env @@ -16,6 +16,3 @@ OL_NGINX_VERSION=5 OL_RSYSLOG_VERSION=1 OL_POSTGRES_VERSION=9.6-debezium -TZ_UI_VERSION=1.0.0-SNAPSHOT -OL_EQUIPMENT_VERSION=1.0.0-SNAPSHOT -TZ_COMMON_VERSION=1.0.0-SNAPSHOT \ No newline at end of file diff --git a/docker-compose.yml b/docker-compose.yml index fad73b9..4685200 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -22,10 +22,10 @@ services: - 'consul-template-log:/var/log/consul-template' depends_on: [consul] - tanzania-ui: - image: openlmistz/tanzania-ui:${TZ_UI_VERSION} + reference-ui: + image: openlmis/reference-ui:${OL_REFERENCE_UI_VERSION} env_file: settings.env - depends_on: [ consul ] + depends_on: [consul] requisition: image: openlmis/requisition:${OL_REQUISITION_VERSION} @@ -77,42 +77,6 @@ services: depends_on: [log, db] command: ["/wait-for-postgres.sh", "/run.sh"] - budget: - restart: always - image: openlmistz/budget:latest - env_file: settings.env - environment: - JAVA_OPTS: '-server -Xmx512m -Dlogging.config=/config/log/logback.xml -Dflyway.locations=classpath:db/migration,filesystem:/demo-data' - spring_profiles_active: ${spring_profiles_active} - volumes: - - 'service-config:/config' - depends_on: [ log ] - command: [ "/wait-for-postgres.sh", "/run.sh" ] - - equipment: - restart: always - image: openlmistz/equipment:${OL_EQUIPMENT_VERSION} - env_file: settings.env - environment: - JAVA_OPTS: '-server -Xmx512m -Dlogging.config=/config/log/logback.xml' - spring_profiles_active: ${spring_profiles_active} - volumes: - - 'service-config:/config' - depends_on: [ log, cce ] - command: [ "/wait-for-postgres.sh", "/run.sh" ] - - common: - restart: always - image: openlmistz/common:${TZ_COMMON_VERSION} - env_file: settings.env - environment: - JAVA_OPTS: '-server -Xmx512m -Dlogging.config=/config/log/logback.xml' - spring_profiles_active: ${spring_profiles_active} - volumes: - - 'service-config:/config' - depends_on: [ log, db ] - command: [ "/wait-for-postgres.sh", "/run.sh" ] - cce: image: openlmis/cce:${OL_CCE_VERSION} env_file: settings.env diff --git a/docs/testuml.md b/docs/testuml.md deleted file mode 100644 index 3a998aa..0000000 --- a/docs/testuml.md +++ /dev/null @@ -1,6 +0,0 @@ -# test - -```plantuml -Alice->Bob -Bob->Alice -```