rohan8594 / Hearts-Game

Real-time, multiplayer, online Hearts card game. Built on Node.js and Express
http://hearts-game.herokuapp.com
20 stars 8 forks source link

Dockerize #12

Open smitchell7 opened 3 years ago

smitchell7 commented 3 years ago

Hey, It'd be nice to be able to spin this up in a docker-compose environment for development.

smitchell7 commented 3 years ago

I was trying to get this working using separate services: db and game, but I can't get it to handle the database url on a separate system.

For the postgres database, do you set it to have a password?