Skip to content

Commit

Permalink
use version 2.0 as docker version in compose
Browse files Browse the repository at this point in the history
  • Loading branch information
lloesche committed Apr 21, 2022
1 parent 82e64d0 commit 2f1c040
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ services:
- --web.console.libraries=/usr/share/prometheus/console_libraries
- --web.console.templates=/usr/share/prometheus/consoles
resotocore:
image: somecr.io/someengineering/resotocore:edge
image: somecr.io/someengineering/resotocore:2.0
depends_on:
- graphdb
ports:
Expand All @@ -43,7 +43,7 @@ services:
restart: always
stop_grace_period: 2m
resotoworker:
image: somecr.io/someengineering/resotoworker:edge
image: somecr.io/someengineering/resotoworker:2.0
depends_on:
- resotocore
ports:
Expand All @@ -54,7 +54,7 @@ services:
restart: always
stop_grace_period: 2m
resotometrics:
image: somecr.io/someengineering/resotometrics:edge
image: somecr.io/someengineering/resotometrics:2.0
depends_on:
- resotocore
ports:
Expand All @@ -67,7 +67,7 @@ services:
resotoshell:
# This container is not started by default. To start a shell use this command:
# $> docker-compose run resotoshell
image: somecr.io/someengineering/resotoshell:edge
image: somecr.io/someengineering/resotoshell:2.0
profiles:
- do-not-start
depends_on:
Expand All @@ -85,7 +85,7 @@ services:
#
# Or to do it in one step
# $> docker exec -it $(docker ps -f name=resoto_resotoshell-server_1 --format "{{.ID}}") resh
image: somecr.io/someengineering/resotoshell:edge
image: somecr.io/someengineering/resotoshell:2.0
depends_on:
- resotocore
environment:
Expand Down

0 comments on commit 2f1c040

Please sign in to comment.