Skip to content

Commit

Permalink
Update Emcee Android versions to latest tag
Browse files Browse the repository at this point in the history
  • Loading branch information
DEcSENT committed Sep 12, 2024
1 parent 8793c0c commit 42573ca
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:21.2.1
image: avitotech/emcee-queue:latest
container_name: emcee-queue-service
ports:
- 41000:41000

queue-worker:
image: avitotech/emcee-worker:21.2.1
image: avitotech/emcee-worker:latest
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:21.2.1
image: avitotech/emcee-queue:latest
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:21.2.1
image: avitotech/emcee-worker:latest
imagePullPolicy: IfNotPresent
resources:
requests:
Expand Down

0 comments on commit 42573ca

Please sign in to comment.