-
Notifications
You must be signed in to change notification settings - Fork 0
/
nginx.json
42 lines (42 loc) · 837 Bytes
/
nginx.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"id": "/nginx",
"cmd": null,
"cpus": 0.25,
"mem": 256,
"disk": 0,
"instances": 2,
"constraints": [
[
"hostname",
"UNIQUE"
]
],
"acceptedResourceRoles": [
"slave_public"
],
"container": {
"type": "DOCKER",
"volumes": [],
"docker": {
"image": "alexistjfrog-docker-registry.bintray.io/artifactoryhanginx:1.10.0",
"network": "HOST",
"privileged": false,
"parameters": [],
"forcePullImage": true
}
},
"env": {
"ART_PRIMARY_NODE_HOST_PORT": "artifactory-primary.marathon.mesos:8081",
"ART_SERVER_NAME": "nginx.marathon.mesos",
"ART_REVERSE_PROXY_METHOD": "SUBDOMAIN",
"ART_LOGIN": "admin",
"ART_PASSWORD": "password"
},
"portDefinitions": [
{
"port": 80,
"protocol": "tcp",
"labels": {}
}
]
}