AdventureLookup / adventurelookup-backend

Platform, Framework, Database software
GNU General Public License v3.0
28 stars 7 forks source link

Docker travis build #8

Closed probably-not-a-cat closed 8 years ago

probably-not-a-cat commented 8 years ago

I was able to test part of the docker-compse build

docker-compose -f docker-compose.yml up -d 

I had to leave out -f dev.yml because it complained that port 5432 was in use. See this for more detail

Everything in before_install: is to get the docker commands to match ours. I guess travis has an older version of Docker preinstalled.

probably-not-a-cat commented 8 years ago

https://github.com/AdventureLookup/adventurelookup-backend/issues/7 tagging related issue

pejter commented 8 years ago

Also the issue seems to not be with docker-engine, but with how Travis handles things. It shouldn't be a problem for now as the base config is designed to work for production and that's what we mainly care about. You can open an issue if you also want to test dev.yml and I'll look into making a fix, but I think that's not necessary.