Skip to content

Commit

Permalink
Merge pull request #166 from zebrunner/develop
Browse files Browse the repository at this point in the history
#164: bump up to stf:2.4.1 from aws ecr
  • Loading branch information
vdelendik authored Dec 27, 2022
2 parents c5de569 + 96a5b29 commit 23aac40
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .env.original
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ TAG_NGINX=1.17
# MCloud
TAG_SELENIUM_HUB=2.1.3
TAG_RETHINKDB=2.3
TAG_STF=2.4
TAG_STF=2.4.1
26 changes: 13 additions & 13 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ services:
command: rethinkdb --bind all --cache-size 8192 --no-update-check
restart: always
stf-app:
image: "zebrunner/stf:${TAG_STF}"
image: "public.ecr.aws/zebrunner/stf:${TAG_STF}"
container_name: stf-app
env_file:
- variables.env
Expand All @@ -51,7 +51,7 @@ services:
- "rethinkdb"
restart: always
stf-auth:
image: zebrunner/stf:${TAG_STF}
image: public.ecr.aws/zebrunner/stf:${TAG_STF}
container_name: stf-auth
env_file:
- variables.env
Expand All @@ -61,15 +61,15 @@ services:
- "rethinkdb"
restart: always
stf-migrate:
image: "zebrunner/stf:${TAG_STF}"
image: "public.ecr.aws/zebrunner/stf:${TAG_STF}"
container_name: stf-migrate
env_file:
- variables.env
command: stf migrate
depends_on:
- "rethinkdb"
stf-processor001:
image: "zebrunner/stf:${TAG_STF}"
image: "public.ecr.aws/zebrunner/stf:${TAG_STF}"
container_name: stf-processor001
env_file:
- variables.env
Expand All @@ -78,7 +78,7 @@ services:
- "rethinkdb"
restart: always
stf-reaper:
image: "zebrunner/stf:${TAG_STF}"
image: "public.ecr.aws/zebrunner/stf:${TAG_STF}"
container_name: stf-reaper
env_file:
- variables.env
Expand All @@ -87,7 +87,7 @@ services:
- "rethinkdb"
restart: always
stf-storage-plugin-apk:
image: "zebrunner/stf:${TAG_STF}"
image: "public.ecr.aws/zebrunner/stf:${TAG_STF}"
container_name: stf-storage-plugin-apk
env_file:
- variables.env
Expand All @@ -96,7 +96,7 @@ services:
- "rethinkdb"
restart: always
stf-storage-plugin-image:
image: "zebrunner/stf:${TAG_STF}"
image: "public.ecr.aws/zebrunner/stf:${TAG_STF}"
container_name: stf-storage-plugin-image
env_file:
- variables.env
Expand All @@ -107,7 +107,7 @@ services:
- "rethinkdb"
restart: always
stf-storage-temp:
image: "zebrunner/stf:${TAG_STF}"
image: "public.ecr.aws/zebrunner/stf:${TAG_STF}"
container_name: stf-storage-temp
env_file:
- variables.env
Expand All @@ -118,7 +118,7 @@ services:
- "rethinkdb"
restart: always
stf-triproxy-app:
image: "zebrunner/stf:${TAG_STF}"
image: "public.ecr.aws/zebrunner/stf:${TAG_STF}"
container_name: stf-triproxy-app
env_file:
- variables.env
Expand All @@ -131,7 +131,7 @@ services:
- "rethinkdb"
restart: always
stf-triproxy-dev:
image: "zebrunner/stf:${TAG_STF}"
image: "public.ecr.aws/zebrunner/stf:${TAG_STF}"
container_name: stf-triproxy-dev
env_file:
- variables.env
Expand All @@ -144,7 +144,7 @@ services:
- "rethinkdb"
restart: always
stf-websocket:
image: "zebrunner/stf:${TAG_STF}"
image: "public.ecr.aws/zebrunner/stf:${TAG_STF}"
container_name: stf-websocket
env_file:
- variables.env
Expand All @@ -153,7 +153,7 @@ services:
- "rethinkdb"
restart: always
stf-api:
image: "zebrunner/stf:${TAG_STF}"
image: "public.ecr.aws/zebrunner/stf:${TAG_STF}"
container_name: stf-api
env_file:
- variables.env
Expand All @@ -162,7 +162,7 @@ services:
- "rethinkdb"
restart: always
stf-api-groups-engine:
image: "zebrunner/stf:${TAG_STF}"
image: "public.ecr.aws/zebrunner/stf:${TAG_STF}"
container_name: stf-api-groups-engine
env_file:
- variables.env
Expand Down

0 comments on commit 23aac40

Please sign in to comment.