Skip to content

Instantly share code, notes, and snippets.

@rastaman
Created May 25, 2018 11:47
Show Gist options
  • Select an option

  • Save rastaman/96c1b8ada111c7c725a0b276af305b12 to your computer and use it in GitHub Desktop.

Select an option

Save rastaman/96c1b8ada111c7c725a0b276af305b12 to your computer and use it in GitHub Desktop.
Local forge
version: '3'
services:
crowd:
image: atlassian/crowd:3.2.0
ports:
- "8095:8095"
volumes:
- "/volume2/forge/crowd:/opt/atlassian/application-data/crowd"
bitbucket:
image: atlassian/bitbucket-server:5.10
ports:
- "7990:7990"
- "7999:7999"
volumes:
- "/volume2/forge/bitbucket:/var/atlassian/application-data/bitbucket"
confluence:
image: atlassian/confluence-server:6.9.0
ports:
- "8090:8090"
- "8091:8091"
volumes:
- "/volume2/forge/confluence:/var/atlassian/application-data/confluence"
jira:
image: cptactionhank/atlassian-jira-software:7.9.2
ports:
- "6080:8080"
volumes:
- "/volume2/forge/jira:/var/atlassian/jira"
nexus:
image: sonatype/nexus3:3.12.0
ports:
- "8081:8081"
volumes:
- "/volume2/forge/nexus:/nexus-data"
jenkins:
image: jenkinsci/jenkins:lts
ports:
- "50000:50000"
- "8080:8080"
volumes:
- "/volume2/forge/jenkins:/var/jenkins_home"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment