This is an Atlassian Docker build that loads all the dependencies to run Teams in Space based on davidglennjenkins/docker-teams-in-space
The following applications need to be installed:
version: '3'
services:
tis:
image: xalt/tis
# environment variable START script specifies which applications should be started
# the default value is: "START_SCRIPT=/root/boot/entrypoint.sh" and does not need to be specified
# environment:
# - START_SCRIPT=/root/boot/jira+confluence.sh # Starts JIRA and Confluence only
# - START_SCRIPT=/root/boot/jira+confluence+bitbucket.sh # Starts JIRA, Confluence and Bitbucket only
# - START_SCRIPT=/root/boot/jira+confluence+bitbucket+bamboo.sh # Starts JIRA, Confluence, Bitbucket and Bamboo only
# - START_SCRIPT=/root/boot/jira+bitbucket+bamboo.sh # Starts JIRA and Confluence only
ports:
- 2430:2430
- 7990:7990
- 7999:7999
- 8060:8060
- 8080:8080
- 8085:8085
- 8090:8090
restart: always
The domain teamsinspace.com is owned by Atlassian and contains A records for all the listed DNS names above pointing to 127.0.0.1 If you want to run run TIS somewhere on a server (with the example IP 111.111.111.111), you only need to add a few entries to your /etc/hosts file:
111.111.111.111 bamboo.teamsinspace.com
111.111.111.111 bitbucket.teamsinspace.com
111.111.111.111 confluence.teamsinspace.com
111.111.111.111 crowd.teamsinspace.com
111.111.111.111 fecru.teamsinspace.com
111.111.111.111 jira.teamsinspace.com
And now you can access your TIS even on a remote server.
Username: admin Password: Charlie!
Content type
Image
Digest
Size
1 GB
Last updated
almost 8 years ago
docker pull xalt/tis