Created
May 15, 2012 21:34
-
-
Save vito/2705319 to your computer and use it in GitHub Desktop.
minecraft as a service
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
--- | |
applications: | |
.: | |
name: minecraft | |
framework: | |
name: standalone | |
info: | |
mem: 64M | |
description: Standalone Application | |
exec: | |
runtime: java | |
command: | |
'echo "server-port=$VCAP_APP_PORT" > server.properties; echo "server-ip=$VCAP_APP_HOST" >> server.properties; java -Xmx1024M -Xms1024M -jar minecraft_server.jar nogui' | |
url: cloudcraft.${target-base} | |
mem: 1G | |
instances: 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment