GithubHelp home page GithubHelp logo

Comments (2)

katopz avatar katopz commented on May 26, 2024

@cleever try # docker logs your_parse-dashboard If you saw

You must provide either a config file or an app ID, Master Key, and server URL. See parse-dashboard --help for details.

In that case, There's some change on params, you must wget lastest to solve that.

$ wget -O docker-compose.yml https://github.com/yongjhih/docker-parse-server/raw/master/docker-compose.yml

And it should work after restart.

from docker-parse-server.

cleever avatar cleever commented on May 26, 2024

Hi @katopz.

Thank you for your help.
I'm currently using docker-compose-le.yml file, and it apparently is updated.

My docker dashboard logs seems ok:

ubuntu@ip-172-31-7-140:$ docker logs dockerparseserver_parse-dashboard_1
npm info it worked if it ends with ok
npm info using [email protected]
npm info using [email protected]
npm info lifecycle [email protected]
predashboard: [email protected]
npm info lifecycle [email protected]~dashboard: [email protected]

[email protected] dashboard /src
node ./Parse-Dashboard/index.js & webpack --config webpack/build.config.js --progress --watch

The dashboard is now available at http://localhost:4040/ > 59% 53/64 build modulesContainer#eachAtRule is deprecated. Use Container#walkAtRules > instead.
Container#eachRule is deprecated. Use Container#walkRules instead.
Container#eachDecl is deprecated. Use Container#walkDecls instead.
Node#removeSelf is deprecated. Use Node#remove. > 30% 83/242 build modulesNode#before is deprecated. Use Node#raws.before
Hash: fba7272dff0a86998489
Version: webpack 1.12.14
Time: 30252ms
Asset Size Chunks Chunk Names
img/cf0a48bbd61302f119a4576be8e01ed9.png 652 kB [emitted]
dashboard.bundle.js 3.55 MB 0 [emitted] dashboard
sprites.svg 99.3 kB [emitted]
+ 1244 hidden modules
`

However I believe that there are a NGINX misconfiguration.

Insede nginx containder I changed the default.conf file from:

upstream api.mydomain {
# dockerparseserver_parse-server_1
server 172.17.0.2 down;
}

to

upstream api.mydomain {
# dockerparseserver_parse-server_1
server 172.17.0.2:1377;
}

and I did:

nginx -s reload

Now it is working. But compose isn't able to set the correct configuration for nginx config file yet.

from docker-parse-server.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.