atlassian
atlassian copied to clipboard
A simple docker based orchestration of the atlassian web apps.
I think there are issues with the latest version of docker/compose. drewbookpro:atlassian andrewkhoury$ docker --version Docker version 1.10.2, build c3959b1 drewbookpro:atlassian andrewkhoury$ docker-compose --version docker-compose version 1.6.0, build d99cad6 drewbookpro:atlassian...
- [ ] How to connect to the services. - [ ] Service interconnection (e.g. `crowd stash` via DNS). - [ ] Volumes and data mounts.
Hey, I've had some heapsize issues using a server with 4 gigs of ram. Expanded the RAM but now the heapsize of java is to small (i guess). Just a...
Hey, I cannot connect the services between each other. They're reachable through: ``` jira.hostname -> jira docs.hostname -> confluence crowd.hostname -> crowd ``` But jira won't accept crowd as user-management...