vertx-id : the application id, uses a random UUID if not set
java-opts : the Java Virtual Machine options, uses the JAVA_OPTS environment variable if not set. As the start command spawns a new process, the java options passed to the JVM are not propagated, so you must use java-opts to configure the JVM (-X, -D…).
redirect-output : redirect the spawned process output and error streams to the parent process streams.