Created
June 25, 2015 23:48
-
-
Save epintos/fd42fae0ad2b5f7e249d to your computer and use it in GitHub Desktop.
Ruby on Rails Continuous Integration with Jenkins and Docker Compose
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cat >config/mongoid.yml <<EOF | |
test: | |
sessions: | |
default: | |
database: ${JOB_NAME}_test | |
hosts: | |
- <%= "#{ENV['DB_1_PORT_27017_TCP_ADDR']}:#{ENV['DB_1_PORT_27017_TCP_PORT']}" %> | |
EOF |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment