Skip to content

Commit

Permalink
fix: connection string
Browse files Browse the repository at this point in the history
  • Loading branch information
tomanagle committed Apr 21, 2020
1 parent 30f24a9 commit 3522815
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
- NODE_ENV=production
# If you want to use a cloud service like Mongo Atlas, change this to your connection string,
# or remove this like and store the connection string in a .env file so you don't have to commit it
- MONO_DB_CONNECTION_STRING=mongodb://${MONGO_INITDB_ROOT_USERNAME}@${MONGO_INITDB_ROOT_PASSWORD}cndb:27017/${MONGO_INITDB_DATABASE}
- MONO_DB_CONNECTION_STRING=mongodb://${MONGO_INITDB_ROOT_USERNAME}:${MONGO_INITDB_ROOT_PASSWORD}@cndb:27017/${MONGO_INITDB_DATABASE}
env_file:
- .env
build:
Expand Down

1 comment on commit 3522815

@vercel
Copy link

@vercel vercel bot commented on 3522815 Apr 21, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deployment failed with the following error:

You defined 1 build that did not match any source files (please ensure they are NOT defined in .nowignore):

Please sign in to comment.