hapifhir/hapi-fhir-jpaserver-starter

PHOTO EMBED

Tue Jan 04 2022 11:10:32 GMT+0000 (Coordinated Universal Time)

Saved by @venu9l

version: '3.7'
services:
  web:
    image: "hapiproject/hapi:latest"
    ports:
      - "8090:8080"
    configs:
      - source: hapi
        target: /data/hapi/application.yaml
    volumes:
      - hapi-data:/data/hapi
    environment:
      SPRING_CONFIG_LOCATION: 'file:///data/hapi/application.yaml'
configs:
  hapi:
     external: true
volumes:
    hapi-data:
        external: true
content_copyCOPY

https://github.com/hapifhir/hapi-fhir-jpaserver-starter