Created
January 22, 2015 16:25
-
-
Save elyssonmr/74457078b7f3ec54ff97 to your computer and use it in GitHub Desktop.
Tsuru.conf
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
listen: "0.0.0.0:8080" | |
host: http://10.0.2.15:8080 | |
debug: true | |
admin-team: admin | |
database: | |
url: 127.0.0.1:27017 | |
name: tsurudb | |
git: | |
unit-repo: /home/application/current | |
api-server: http://127.0.0.1:8000 | |
auth: | |
user-registration: true | |
scheme: native | |
provisioner: docker | |
hipache: | |
domain: 10.0.2.15.nip.io | |
queue: redis | |
redis-queue: | |
host: localhost | |
port: 6379 | |
docker: | |
collection: docker_containers | |
registry: 10.0.2.15:3030 | |
repository-namespace: tsuru | |
router: hipache | |
deploy-cmd: /var/lib/tsuru/deploy | |
segregate: true | |
cluster: | |
storage: mongodb | |
mongo-url: 127.0.0.1:27017 | |
mongo-database: dockercluster | |
run-cmd: | |
bin: /var/lib/tsuru/start | |
port: "8888" | |
ssh: | |
add-key-cmd: /var/lib/tsuru/add-key | |
user: ubuntu |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment