itsHobbes / mimic

Mimic is a discord bot built originally for The Programmer's Hangout that creates sentences based on its users.
MIT License
3 stars 1 forks source link

[docker] Add minimal docker compose for launching postgres #6

Closed BoscoJared closed 4 years ago

BoscoJared commented 4 years ago

Add a basic docker configuration that allows a more streamlined dev process for new contributors.

Relies on the same environment variables that were already used in the project B_PASS and B_USER. docker-compose up will let the container to spin up with postgres.