NikRam822 / TatMobileAnalyzer

Other
4 stars 0 forks source link

Create Dockerfile for the application #40

Closed Amirka-Kh closed 4 months ago

Amirka-Kh commented 4 months ago

To run application in docker, type docker-compose up. But before...

You have to specify a content for env.properties file:

GITHUB_ACCESS_TOKEN=your_token

DB_URL=jdbc:postgresql://postgres_db:5432/some_user
DB_USER=some_user
DB_PASSWORD=some_password

Here I changed DB_URL line, replacing localhost to postgres_db specified in docker-compose.yml

Here is the instruction you can refer to