Fueled / nodejs-graphql-template

Opinionated starter template for NodeJS based GraphQL Server with prisma used at Fueled.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker-compose setup

kasparszarinovs opened this issue · comments

Improve the docker-compose setup.

  • Provide access to various different data sources out of the box.
    • Postgres
    • Redis
    • MongoDB
    • MySQL
  • DynamoDB (either setup for a cloud connection or localstack).
  • Add user-friendly commands to run only a specific container.

As for the interview template milestone - Postgres & Redis should cover it.

Updated with improvements in #19.
Improved docker image build process, fixed docker-compose for M1 machines.