Giter Club home page Giter Club logo

Comments (4)

francescou avatar francescou commented on August 16, 2024

Hi,
I've tested francescou/docker-compose-ui:0.20.1 on Chromium 52 and Firefox 48 and it works fine with the demo project node-redis

I'm running on my machine:

  • docker-compose version 1.8.0
  • docker version: 1.12.1

You can see the docker-compose-ui logs with docker logs docker-compose-ui but, in this case, I guess it could be a client-side issue so you could open Chrome/Firefox developer tools and see the "Console" tab

could you please tell me what browser are you using and which version of docker/docker-compose/docker-compose-ui are you running? thanks

from docker-compose-ui.

liyaka avatar liyaka commented on August 16, 2024

I found the problem - I use environment variables in my compose file, and when I'm trying to scale from UI it fails to run since they are not set.
I saw there is another open issue on possible variables settings... At the moment, is there another option to fix it except managing env_file?

from docker-compose-ui.

francescou avatar francescou commented on August 16, 2024

if I understand correctly you set environment variables and then run a docker-compose command, e.g. version=1.2.3 docker-compose up -d #31 (comment)

you need to define an environment variable in the docker-compose-ui container either using and env_file or passing it as an argument, e.g. docker run -e version=1.2.3 ... francescou/docker-compose-ui:0.20.1

from docker-compose-ui.

liyaka avatar liyaka commented on August 16, 2024

Ok, thanks.

from docker-compose-ui.

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.