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

https://github.com/vtb-open-api-2024/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/vtb-open-api-2024/vtb-compose

bank docker docker-compose infra nginx postgres

Last synced: over 1 year 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
```