Upgrade Aurora to 0.21.0 and Mesos to 1.5.1 for compose setup.
This commit is contained in:
parent
5099d7e6ec
commit
e85781e6d4
1 changed files with 3 additions and 3 deletions
|
@ -31,7 +31,7 @@ services:
|
||||||
- zk
|
- zk
|
||||||
|
|
||||||
agent-one:
|
agent-one:
|
||||||
image: rdelvalle/mesos-agent:1.5.0
|
image: rdelvalle/mesos-agent:1.5.1
|
||||||
pid: host
|
pid: host
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
ports:
|
ports:
|
||||||
|
@ -55,7 +55,7 @@ services:
|
||||||
- zk
|
- zk
|
||||||
|
|
||||||
aurora-one:
|
aurora-one:
|
||||||
image: rdelvalle/aurora:0.20.0
|
image: rdelvalle/aurora:0.21.0
|
||||||
pid: host
|
pid: host
|
||||||
ports:
|
ports:
|
||||||
- "8081:8081"
|
- "8081:8081"
|
||||||
|
@ -78,4 +78,4 @@ networks:
|
||||||
ipam:
|
ipam:
|
||||||
config:
|
config:
|
||||||
- subnet: 192.168.33.0/16
|
- subnet: 192.168.33.0/16
|
||||||
gateway: 192.168.33.1
|
gateway: 192.168.33.1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue