Skip to content

voidcontests/infra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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).

About

Infrastructure documentation

Topics

Resources

Stars

Watchers

Forks

Languages