Skip to content

Commit

Permalink
Update Emcee Android version to 20.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DEcSENT committed Jan 26, 2024
1 parent 9bf2505 commit 2db0157
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
version: '3'
services:
emcee-queue-service:
image: avitotech/emcee-queue:20.0.0
image: avitotech/emcee-queue:20.1.0
container_name: emcee-queue-service
ports:
- 41000:41000

queue-worker:
image: avitotech/emcee-worker:20.0.0
image: avitotech/emcee-worker:20.1.0
env_file:
- emcee-worker.env
depends_on:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
spec:
containers:
- name: emcee-queue
image: avitotech/emcee-queue:20.0.0
image: avitotech/emcee-queue:20.1.0
imagePullPolicy: IfNotPresent
ports:
- containerPort: 41000
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
spec:
containers:
- name: emcee-worker
image: avitotech/emcee-worker:20.0.0
image: avitotech/emcee-worker:20.1.0
imagePullPolicy: IfNotPresent
resources:
requests:
Expand Down

0 comments on commit 2db0157

Please sign in to comment.