Sha256: ee919eec0ce7f7374a19518ba0cc88a4a4dbd6ec5c2e4112f6d2f9666f40079c
Contents?: true
Size: 437 Bytes
Versions: 4
Compression:
Stored size: 437 Bytes
Contents
#!/bin/bash set -e # ln -s ../ gems/sidekiq-unique-jobs cp -f config/database.docker.yml config/database.yml # cp -f config/application.docker.yml config/application.yml # build app image docker-compose build # start mysql and redis in background docker-compose start postgres docker-compose start redis # setup database docker-compose run web rake db:create db:migrate # ensure all containers are up and running docker-compose up
Version data entries
4 entries across 4 versions & 1 rubygems