create docker compose for quick databases setup #73

Closed
opened 2025-10-30 12:40:21 +00:00 by AndreFerreira5 · 0 comments
AndreFerreira5 commented 2025-10-30 12:40:21 +00:00 (Migrated from github.com)

for a quick development, we should create a docker-compose that inits the mongodb (actually its ferretdb) and the postgres auth db. this way we can setup the databases in production servers using a single command
ultimately, the container should expose the ferretdb at port 27017 and the postgres auth db at 5433 (so as to not conflict with the postgres database that ferretdb uses)

for a quick development, we should create a docker-compose that inits the mongodb (actually its ferretdb) and the postgres auth db. this way we can setup the databases in production servers using a single command ultimately, the container should expose the ferretdb at port 27017 and the postgres auth db at 5433 (so as to not conflict with the postgres database that ferretdb uses)
Sign in to join this conversation.
No description provided.