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
- Host: GitHub
- URL: https://github.com/200-ok-team/vtb-compose
- Owner: 200-OK-team
- Created: 2024-10-29T10:12:40.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-11T08:07:38.000Z (over 1 year ago)
- Last Synced: 2025-06-21T06:03:56.234Z (about 1 year ago)
- Topics: bank, docker, docker-compose, infra, nginx, postgres
- Language: Dockerfile
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```