hyperlog-core / hyperlog-backend

Backend for hyperlog
0 stars 0 forks source link

Add docker support #107

Closed BrainBuzzer closed 4 years ago

BrainBuzzer commented 4 years ago

A few changes need to be done in .env file. These are not yet final changes.

These are the changes for the development environment.

POSTGRES_HOST=postgres_db
BrainBuzzer commented 4 years ago

@nikochiko check the containers on your PC once and let me know what the network names are. There should be one similar to backend_hyperlog_db_shared.

BrainBuzzer commented 4 years ago

@nikochiko is this PR mergeable?

nikochiko commented 4 years ago

Yes, I'm pushing one commit with some small fixes and that should be good to go.

nikochiko commented 4 years ago

This works for me on Linux. @BrainBuzzer Can you check if this works on Windows? I'm just not sure about the CMD ["bash", ".."] line. Otherwise it looks ready-to-merge.

BrainBuzzer commented 4 years ago

That command is executed in the virtual Linux environment and not on windows so that should be fine.