Giter Club home page Giter Club logo

docker-compose-rails-dev-example's People

Contributors

vovimayhem 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  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  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  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

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

docker-compose-rails-dev-example's Issues

Cannot run docker compose

Hi,
Thank you for your upload.
When I installing the docker (through the installation script you provided), it throws some warnings and errors:
Creating example_postgres_1
ERROR: Invalid volume spec "db/postgres-setup.sql/docker-entrypoint-initdb.d/setup.sql": volumeabs: Invalid volume destination path: 'db/postgres-setup.sql/docker-entrypoint-initdb.d/setup.sql' mount path must be absolute.
Waiting 20 seconds for the postgres container to finish initializing (Hit ENTER to continue right away) - Continuing with app database setup:
WARNING: There is a boolean value in the 'environment', 'labels', or 'extra_hosts' field of a service.
These sections only support string values.
Please add quotes to any boolean values to make them strings (eg, 'True', 'false', 'yes', 'N', 'on', 'Off').
This warning will become an error in a future release.

WARNING: There is a boolean value in the 'environment', 'labels', or 'extra_hosts' field of a service.
These sections only support string values.
Please add quotes to any boolean values to make them strings (eg, 'True', 'false', 'yes', 'N', 'on', 'Off').
This warning will become an error in a future release.

WARNING: There is a boolean value in the 'environment', 'labels', or 'extra_hosts' field of a service.
These sections only support string values.
Please add quotes to any boolean values to make them strings (eg, 'True', 'false', 'yes', 'N', 'on', 'Off').
This warning will become an error in a future release.

Creating example_postgres_1
ERROR: Invalid volume spec "db/postgres-setup.sql/docker-entrypoint-initdb.d/setup.sql": volumeabs: Invalid volume destination path: 'db/postgres-setup.sql/docker-entrypoint-initdb.d/setup.sql' mount path must be absolute.
WARNING: There is a boolean value in the 'environment', 'labels', or 'extra_hosts' field of a service.
These sections only support string values.
Please add quotes to any boolean values to make them strings (eg, 'True', 'false', 'yes', 'N', 'on', 'Off').
This warning will become an error in a future release.

WARNING: There is a boolean value in the 'environment', 'labels', or 'extra_hosts' field of a service.
These sections only support string values.
Please add quotes to any boolean values to make them strings (eg, 'True', 'false', 'yes', 'N', 'on', 'Off').
This warning will become an error in a future release.

WARNING: There is a boolean value in the 'environment', 'labels', or 'extra_hosts' field of a service.
These sections only support string values.
Please add quotes to any boolean values to make them strings (eg, 'True', 'false', 'yes', 'N', 'on', 'Off').
This warning will become an error in a future release.

Stopping example_redis_1 ... done

I tried to run it with sudo, it says:
WARNING: There is a boolean value in the 'environment', 'labels', or 'extra_hosts' field of a service.
These sections only support string values.
Please add quotes to any boolean values to make them strings (eg, 'True', 'false', 'yes', 'N', 'on', 'Off').
This warning will become an error in a future release.

WARNING: There is a boolean value in the 'environment', 'labels', or 'extra_hosts' field of a service.
These sections only support string values.
Please add quotes to any boolean values to make them strings (eg, 'True', 'false', 'yes', 'N', 'on', 'Off').
This warning will become an error in a future release.

WARNING: There is a boolean value in the 'environment', 'labels', or 'extra_hosts' field of a service.
These sections only support string values.
Please add quotes to any boolean values to make them strings (eg, 'True', 'false', 'yes', 'N', 'on', 'Off').
This warning will become an error in a future release.

ERROR: Couldn't connect to Docker daemon - you might need to run docker-machine start default.

the docker machine is running. Similar warnings are rising when I try to run the compose

Cannot up with docker-compose

I did everything as described, and I saw that sidekiq bundle was installed, unfortunately:

Cannot start container 1b3cc6c98867b301be1c1af54e9a8c7f780b8f86230913351a9b1b1a387dc19e: [8] System error: exec: "sidekiq": executable file not found in $PATH

ERROR: The Compose file './docker-compose.yml' is invalid

On first clone and run according to the README:

milo:example josh$ ./setup-development-with-docker.sh 
ERROR: The Compose file './docker-compose.yml' is invalid because:
web.environment.ENABLE_DEBUG_SERVER contains true, which is an invalid type, it should be a string, number, or a null
worker.environment.ENABLE_DEBUG_SERVER contains true, which is an invalid type, it should be a string, number, or a null
test.environment.ENABLE_DEBUG_SERVER contains true, which is an invalid type, it should be a string, number, or a null
Waiting 20 seconds for the postgres container to finish initializing (Hit ENTER to continue right away)^C

ERROR: unsatisfiable constraints

docker build -t my_app . gives off this error. any idea?

  • apk add --no-cache --virtual .app-builddeps nodejs=6.2.0-r0
    fetch http://dl-cdn.alpinelinux.org/alpine/v3.4/main/x86_64/APKINDEX.tar.gz
    fetch http://dl-cdn.alpinelinux.org/alpine/v3.4/community/x86_64/APKINDEX.tar.gz
    ERROR: unsatisfiable constraints:
    .app-builddeps-0:
    masked in: cache
    satisfies: world[.app-builddeps]
    The command '/bin/sh -c set -ex && apk add --no-cache --virtual .app-builddeps nodejs=6.2.0-r0 && mkdir -p /usr/src/app/tmp/cache && mkdir -p /usr/src/app/tmp/pids && mkdir -p /usr/src/app/tmp/sockets && DATABASE_URL=postgres://[email protected]:5432/fakedb AMQP_URL=amqp://guest:guest@amqp:5672 TWITTER_API_KEY=SOME_KEY TWITTER_API_SECRET=SOME_SECRET SECRET_KEY_BASE=10167c7f7654ed02b3557b05b88ece rails assets:precompile && echo "apk del .app-builddeps" && chown -R nobody /usr/src/app' returned a non-zero code: 2

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.