Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get skelete docker compose mongo to work with parse #2

Open
codecakes opened this issue Mar 15, 2021 · 7 comments
Open

Get skelete docker compose mongo to work with parse #2

codecakes opened this issue Mar 15, 2021 · 7 comments
Assignees
Labels
bug Something isn't working enhancement New feature or request help wanted Extra attention is needed

Comments

@codecakes
Copy link
Contributor

No description provided.

@marcelloromani
Copy link

marcelloromani commented Mar 16, 2021

$ docker-compose up --build
ERROR: Couldn't find env file: /Users/marcelloromani/dev/Xcov19/backend4app/.env

Copied .env file from one set up for covidX.

@marcelloromani
Copy link

@codecakes you forgot to commit the Dockerfile.

@codecakes
Copy link
Contributor Author

$ docker-compose up --build
ERROR: Couldn't find env file: /Users/marcelloromani/dev/Xcov19/backend4app/.env

Copied .env file from one set up for covidX.

appId=APPLICATION_ID
masterKey=masterKey
PARSE_SERVER_MASTER_KEY=masterKey
PARSE_SERVER_APPLICATION_ID=APPLICATION_ID
databaseURI="mongodb://mongo/parse"
DATABASE_URI="mongodb://mongo/parse"

@codecakes
Copy link
Contributor Author

codecakes commented Mar 28, 2021

@codecakes you forgot to commit the Dockerfile.

@marcelloromani

its inside back4app @ 9563793: https://github.com/parse-community/parse-server/tree/95637933038948c77ec0aa92be0b6a32e5bc9040

@codecakes codecakes added bug Something isn't working enhancement New feature or request help wanted Extra attention is needed labels Mar 28, 2021
@marcelloromani
Copy link

marcelloromani commented Mar 29, 2021

OK, I had forgotten to

$ git submodule update --init --recursive

Got to the point where:

$ docker-compose up
parse-server | [1] parse-server running on http://localhost:1337/parse

And could access that URL with a

{"error":"unauthorized"}

@marcelloromani
Copy link

./mongo should probably be added to .gitignore

@codecakes
Copy link
Contributor Author

were there any changes worth pushing?

OK, I had forgotten to

$ git submodule update --init --recursive

Got to the point where:

$ docker-compose up
parse-server | [1] parse-server running on http://localhost:1337/parse

And could access that URL with a

{"error":"unauthorized"}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants