{
  "id": "/test/wordpress",
  "env": {
    "WORDPRESS_DB_HOST": "testmysql.marathon.l4lb.thisdcos.directory",
    "WORDPRESS_DB_PASSWORD": "t0ps3cr3t"
  },
  "instances": 1,
  "cpus": 1,
  "mem": 128,
  "disk": 0,
  "container": {
    "docker": {
      "image": "wordpress",
      "portMappings": [
        {
          "containerPort": 80,
          "protocol": "tcp",
          "name": "http"
        }
      ],
      "network": "BRIDGE"
    }
  },
  "dependencies": [ "/test/mysql" ],
  "labels": {
    "HAPROXY_GROUP":"external",
    "HAPROXY_0_VHOST":"wordpress.example.com"
  }
}
