An open API service indexing awesome lists of open source software.

https://github.com/200-ok-team/vtb-compose

Infrastructure based on Docker Compose & Nginx. It is temp solution to deploy backend and frontend apps to demonstrate cryptorub solution
https://github.com/200-ok-team/vtb-compose

bank docker docker-compose infra nginx postgres

Last synced: about 2 months ago
JSON representation

Infrastructure based on Docker Compose & Nginx. It is temp solution to deploy backend and frontend apps to demonstrate cryptorub solution

Awesome Lists containing this project

README

          

# vtb-compose

```bash
# build backend app
$ docker build -t vtb-backend .

# check that app works
$ docker run --env-file .env -d -p 3000:3000 vtb-backend

# build all backend
$ docker-compose up --build
```