Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 413 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 413 Bytes

OSAHFT Docker Compose

How to use

  • create an api.properties file from packages/api/api.properties.example and store it at packages/docker-compose/api.properties
  • create an .env file from packages/docker-compose/.env.example and store it at packages/docker-compose/.env
  • run docker-compose up

Additional notes

When started API is reachable at localhost:8080 and APP at localhost:80.