We used docker-compose for defining and running multi-container Docker applications (postgres, redis and our api service). We wrapped all launch into Makefile
sudo make start
sudo make stop
For more information about launching look at Makefile
- Folder build: there are dependensies, that used by application
- Folder gpt_data: there are data that been generated by ChatGPT
- Folders migrations, resources are speak for itself
- Folder src: the all code, including the SQL requests, that we use to address db (sql subfolder)
.
84.201.167.92
- Redis accessed by 20010 port
- Postgres accessed by 20011 port
- Application accessed by 10000 port