Skip to content

Commit

Permalink
add new tags
Browse files Browse the repository at this point in the history
Signed-off-by: Karoline Saatkamp <[email protected]>
  • Loading branch information
saatkamp committed Aug 1, 2019
1 parent 0b27775 commit 9da2784
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3'
services:
container:
image: opentosca/container:v2.2.1
image: opentosca/container:v2.3.0
ports:
- '1337:1337'
- '1883:1883' # MQTT
Expand All @@ -24,7 +24,7 @@ services:
networks:
- opentosca
container-repository:
image: opentosca/winery:v2.2.1-M1
image: opentosca/winery:v2.3.0-M1
environment:
WINERY_PORT: 8091
WORKFLOWMODELER_PORT: 8091
Expand All @@ -38,7 +38,7 @@ services:
networks:
- opentosca
ui:
image: opentosca/ui:v2.2.1
image: opentosca/ui:v2.3.0
ports:
- '8088:8080'
networks:
Expand All @@ -56,7 +56,7 @@ services:
networks:
- opentosca
winery:
image: opentosca/winery:v2.2.1-M1
image: opentosca/winery:v2.3.0-M1
environment:
WINERY_HOSTNAME: ${PUBLIC_HOSTNAME}
WORKFLOWMODELER_HOSTNAME: ${PUBLIC_HOSTNAME}
Expand Down

0 comments on commit 9da2784

Please sign in to comment.