Skip to content

Commit

Permalink
Tag new version 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
miwurster committed Aug 16, 2018
1 parent c6fd535 commit 5e50997
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '2'
services:
container:
image: opentosca/container
image: opentosca/container:v2.1.0
ports:
- '1337:1337'
- '8081-8087:8081-8087'
Expand All @@ -19,30 +19,30 @@ services:
networks:
- opentosca
container-repository:
image: opentosca/winery
image: opentosca/winery:v2.1.0-M1
networks:
- opentosca
ui:
image: opentosca/ui
image: opentosca/ui:v2.1.0
ports:
- '8088:8080'
networks:
- opentosca
engine-plan:
image: opentosca/ode
image: opentosca/ode:v2.1.0
ports:
- '9763:9763' # http
networks:
- opentosca
engine-ia:
image: opentosca/engine-ia
image: opentosca/engine-ia:v2.1.0
ports:
- '8090:8080'
# - '1883:1883' # MQTT
networks:
- opentosca
winery:
image: opentosca/winery
image: opentosca/winery:v2.1.0-M1
ports:
- '8080:8080'
networks:
Expand Down

0 comments on commit 5e50997

Please sign in to comment.