File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed
Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11NAME := ratus
22CMD := ratus
3- VERSION := 0.6.2
3+ VERSION := 0.6.3
44
55DOCKER_HUB_OWNER ?= hyperonym
66DOCKER_HUB_IMAGE := $(DOCKER_HUB_OWNER ) /$(NAME ) :$(VERSION )
Original file line number Diff line number Diff line change 11version : " 3.9"
22services :
33 ratus :
4- image : hyperonym/ratus:0.6.2
4+ image : hyperonym/ratus:0.6.3
55 restart : unless-stopped
66 environment :
77 ENGINE : " memdb"
Original file line number Diff line number Diff line change 11version : " 3.9"
22services :
33 ratus :
4- image : hyperonym/ratus:0.6.2
4+ image : hyperonym/ratus:0.6.3
55 restart : unless-stopped
66 environment :
77 ENGINE : " memdb"
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ services:
77 - " 27017:27017"
88
99 ratus :
10- image : hyperonym/ratus:0.6.2
10+ image : hyperonym/ratus:0.6.3
1111 restart : unless-stopped
1212 depends_on :
1313 - mongo
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ services:
77 - " 27017:27017"
88
99 ratus :
10- image : hyperonym/ratus:0.6.2
10+ image : hyperonym/ratus:0.6.3
1111 restart : unless-stopped
1212 depends_on :
1313 - mongo
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ services:
4040 MONGODB_REPLICA_SET_NAME : " cfgreplicaset"
4141
4242 ratus :
43- image : hyperonym/ratus:0.6.2
43+ image : hyperonym/ratus:0.6.3
4444 restart : unless-stopped
4545 depends_on :
4646 - mongodb-sharded
Original file line number Diff line number Diff line change 2929 app : ratus
3030 spec :
3131 containers :
32- - image : hyperonym/ratus:0.6.2
32+ - image : hyperonym/ratus:0.6.3
3333 name : ratus
3434 env :
3535 - name : ENGINE
You can’t perform that action at this time.
0 commit comments