Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 567 Bytes

File metadata and controls

31 lines (19 loc) · 567 Bytes

Infrastructure Documentation

Quick Start

Up

For running all infrastructure within single command, use:

$ docker compose --profile all up --build -d

Restarting some service

For restarting single service with no downing entire compose, use:

Firstly, pull a new image for service, i.e. - api

$ docker compose pull api

And up the compose with providing name for this service

$ docker compose up -d api

TBD, for now - just config for docker compose that are not related to any service (third-party deps).