Last active
February 26, 2016 15:48
-
-
Save marsyang1/f51b065042e537cf8c08 to your computer and use it in GitHub Desktop.
sloppy service json file
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
{ | |
"project": "support", | |
"services": [ | |
{ | |
"id": "wiki", | |
"apps": [ | |
{ | |
"id": "confluence", | |
"domain": { | |
"type": "HTTP", | |
"uri": "wiki-marsyang1.sloppy.zone" | |
}, | |
"mem": 1024, | |
"image": "cptactionhank/atlassian-confluence:latest", | |
"instances": 1, | |
"port_mappings": [ | |
{ | |
"container_port": 8090 | |
} | |
] | |
} | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment