Docker: Remove .docker as it is not needed in this repository

This commit is contained in:
Diego Magdaleno 2021-05-08 17:57:18 -05:00
parent f21b39d32e
commit 6f827ee9cd
3 changed files with 1 additions and 3 deletions

View File

@ -1,2 +0,0 @@
replication:
replSetName: "rs0"

1
.env
View File

@ -1 +0,0 @@
MONGO_URL=mongodb://mongo:27017/fosscord?readPreference=secondaryPreferred

1
.gitignore vendored
View File

@ -69,6 +69,7 @@ typings/
.yarn-integrity .yarn-integrity
# dotenv environment variables file # dotenv environment variables file
.env
.env.test .env.test
# parcel-bundler cache (https://parceljs.org/) # parcel-bundler cache (https://parceljs.org/)