Last active
August 29, 2015 14:05
-
-
Save gak/76d60d6190e230acb0e6 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
bitcoin: | |
build: bitcoin | |
command: /run.sh | |
volumes: | |
- "/z/services/data/bitcoin:/.bitcoin" | |
ports: | |
- "8333:8333" | |
nginx: | |
build: docker-nginx | |
ports: | |
- "443:443" | |
volumes: | |
- "/z/services/data/nginx:/etc/nginx" | |
links: | |
- jira | |
#graphite: | |
# build: docker-graphite-statsd | |
# command: /opt/hopsoft/graphite-statsd/start | |
# volumes: | |
# - "/var/log/graphite:/var/log" | |
# - "/z/services/data/graphite/storage:/opt/graphite/storage" | |
# - "/z/services/data/graphite/conf:/opt/graphite/conf" | |
# ports: | |
# - "8001:8001" | |
# - "2003:2003" | |
# - "8125:8125/udp" | |
jirapostgres: | |
build: docker-postgresql | |
environment: | |
POSTGRESQL_USER: jira | |
POSTGRESQL_PASS: 2e92aacZ_bR9p2 | |
POSTGRESQL_DB: jira | |
volumes: | |
- "/z/services/data/jira-postgres:/var/lib/postgresql" | |
jira: | |
build: jira | |
volumes: | |
- "/z/services/data/jira:/jira" | |
- "/z/services/data/jira-conf:/opt/atlassian-jira-6.2.5-standalone/conf" | |
links: | |
- jirapostgres |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment