Skip to content

Commit

Permalink
bump version of docker-compose.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
aquamatthias committed Jun 22, 2022
1 parent 4e64f64 commit dc2b1b2
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 @@ -27,7 +27,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.3
depends_on:
- graphdb
ports:
Expand All @@ -50,7 +50,7 @@ services:
restart: always
stop_grace_period: 2m
resotoworker:
image: somecr.io/someengineering/resotoworker:edge
image: somecr.io/someengineering/resotoworker:2.3
depends_on:
- resotocore
ports:
Expand All @@ -63,7 +63,7 @@ services:
restart: always
stop_grace_period: 2m
resotometrics:
image: somecr.io/someengineering/resotometrics:edge
image: somecr.io/someengineering/resotometrics:2.3
depends_on:
- resotocore
ports:
Expand All @@ -78,7 +78,7 @@ services:
resotoshell:
# This container is not started by default. To start a shell use this command:
# $> docker compose run --rm resotoshell
image: somecr.io/someengineering/resotoshell:edge
image: somecr.io/someengineering/resotoshell:2.3
profiles:
- do-not-start
depends_on:
Expand All @@ -96,7 +96,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.3
depends_on:
- resotocore
environment:
Expand Down

0 comments on commit dc2b1b2

Please sign in to comment.