Skip to content

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

Notifications You must be signed in to change notification settings

vtb-open-api-2024/vtb-compose

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vtb-compose

# 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

About

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

Topics

Resources

Stars

Watchers

Forks