Skip to content

Commit

Permalink
add Tags to the images
Browse files Browse the repository at this point in the history
  • Loading branch information
lharzenetter committed Jul 3, 2019
1 parent 0555f1b commit de1b195
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
image: opentosca/container:v2.2.1
ports:
- '1337:1337'
- '1883:1883' # MQTT
Expand All @@ -24,7 +24,7 @@ services:
networks:
- opentosca
container-repository:
image: opentosca/winery
image: opentosca/winery:v2.2.1-M1
environment:
WINERY_PORT: 8091
WORKFLOWMODELER_PORT: 8091
Expand All @@ -34,7 +34,7 @@ services:
networks:
- opentosca
ui:
image: opentosca/ui
image: opentosca/ui:v2.2.1
ports:
- '8088:8080'
networks:
Expand All @@ -52,7 +52,7 @@ services:
networks:
- opentosca
winery:
image: opentosca/winery
image: opentosca/winery:v2.2.1-M1
ports:
- '8080:8080'
networks:
Expand Down

0 comments on commit de1b195

Please sign in to comment.