create docker compose for quick databases setup #73
Labels
No labels
CI/CD
MongoDB
PostgreSQL
api
authentication
bug
documentation
duplicate
enhancement
example issue
fix
good first issue
help wanted
high-level requirement
infrastructure
invalid
low-level requirement
medium-level requirement
question
security
test
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
AndreFerreira5/starranja#73
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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)