Coder Social home page Coder Social logo

dockerfiles's People

Contributors

angristan avatar crofty avatar dwatrous avatar fxjkhr avatar gangelop avatar michaeldrogalis avatar rlister avatar tinche avatar vineus avatar williamboman avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

dockerfiles's Issues

List Available Environment Variables

Would be nice to see a full list of environment variables that will be used to generate the config.js file. Currently you have to navigate to the github repo, find the app.sh file and look through it to see what it's using. Adding the items below to the Docker Hub README page would be very convenient.

root@3db5a4c2e098:/#  grep -oP "\w*[A-Z][A-Z]+\w*?" app/app.sh | grep -v 'EOF'
HOST
PORT
KEY_LENGTH
MAX_LENGTH
STATIC_MAX_AGE
RECOMPRESS_STATIC_ASSETS
LOGGING_LEVEL
LOGGING_TYPE
LOGGING_COLORIZE
KEY_GENERATOR_TYPE
STORAGE_TYPE
STORAGE_PATH
STORAGE_HOST
STORAGE_PORT
STORAGE_DB
STORAGE_EXPIRE

Issue with Docker compose?

Followed the container instructions including this line, entrypoint: redis-server --appendonly yes but it seems that docker-compose up doesn't like it. I am not sure what may need to be amended...

ERROR: The Compose file './docker-compose.yml' is invalid because:
'entrypoint' does not match any of the regexes: '^x-'

You might be seeing this error because you're using the wrong Compose file version. Either specify a supported version (e.g "2.2" or "3.3") and place your service definitions under the `services` key, or omit the `version` key and place your service definitions at the root of the file to use version 1.
For more on the Compose file format versions, see https://docs.docker.com/compose/compose-file/

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.