ether / etherpad-next

Rewrite of Etherpad using NextJS
Apache License 2.0
7 stars 3 forks source link

Add docker setup #66

Closed JannikStreek closed 5 months ago

JannikStreek commented 5 months ago

Currently there is no docker setup. This is important to make it easier for new developers and deployments later.

Main points:

AugustinMauroy commented 5 months ago

Also docker should have a mysql instance. Other point docker can be a dev env.

AugustinMauroy commented 5 months ago

@JannikStreek do you want to work on this issue ?

JannikStreek commented 5 months ago

@JannikStreek do you want to work on this issue ?

yes, already on it :) I would suggest Postgres though - or is there a specific reason why you want to use mysql?

AugustinMauroy commented 5 months ago

I would suggest Postgres though - or is there a specific reason why you want to use mysql?

We can still change. We use Prisma so it's not too complicated but what we're waiting for is to be able to have different providers on a single Prisma client to support different db.