tiangolo / full-stack

Full stack, modern web application generator. Using Flask, PostgreSQL DB, Docker, Swagger, automatic HTTPS and more.
MIT License
523 stars 81 forks source link

Compose file invalid when running `docker-compose up -d` #3

Closed jgarber closed 6 years ago

jgarber commented 6 years ago

The README says to run docker-compose up -d, but the default combination of Compose files is lacking a few images:

They are found in docker-compose.admin.yml, but not sure if that's what's intended to be run locally.

tiangolo commented 6 years ago

Docker Compose reads the file .env to see the related configuraitons and use the modified "default" set of Docker Compose files.

Do you have that file? Is there anything that could be interfering in how Docker Compose reads that file?

tiangolo commented 6 years ago

I'll close this issue as there were no more comments. I'll assume you solved your problem. :heavy_check_mark: