Skip to content

Commit

Permalink
Bump the version of ingest-file used in docker-compose (alephdata#3417)
Browse files Browse the repository at this point in the history
* Bump the version of ingest-file used in docker-compose

* Bump ingest-file version in aleph/contrib
  • Loading branch information
catileptic authored Oct 26, 2023
1 parent a0809c1 commit 97fc55c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion contrib/aleph-traefik-minio-keycloak/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ services:
- "traefik.enable=false"

ingest-file:
image: ghcr.io/alephdata/ingest-file:3.19.2
image: ghcr.io/alephdata/ingest-file:3.19.3
tmpfs:
- /tmp:mode=777
volumes:
Expand Down
2 changes: 1 addition & 1 deletion contrib/keycloak/docker-compose.dev-keycloak.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ services:
ingest-file:
build:
context: services/ingest-file
image: ghcr.io/alephdata/ingest-file:3.19.2
image: ghcr.io/alephdata/ingest-file:3.19.3
hostname: ingest
tmpfs: /tmp
volumes:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ services:
- redis-data:/data

ingest-file:
image: ghcr.io/alephdata/ingest-file:3.19.2
image: ghcr.io/alephdata/ingest-file:3.19.3
hostname: ingest
tmpfs: /tmp
volumes:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ services:
- redis-data:/data

ingest-file:
image: ghcr.io/alephdata/ingest-file:3.19.2
image: ghcr.io/alephdata/ingest-file:3.19.3
tmpfs:
- /tmp:mode=777
volumes:
Expand Down

0 comments on commit 97fc55c

Please sign in to comment.