Skip to content

Commit

Permalink
Updating Aleph
Browse files Browse the repository at this point in the history
  • Loading branch information
micahbot committed Nov 7, 2023
1 parent bf4f960 commit a845782
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions chapter-5/aleph/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,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 All @@ -39,7 +39,7 @@ services:
- aleph.env

worker:
image: ghcr.io/alephdata/aleph:${ALEPH_TAG:-3.15.3}
image: ghcr.io/alephdata/aleph:${ALEPH_TAG:-3.15.4}
command: aleph worker
restart: on-failure
depends_on:
Expand All @@ -55,7 +55,7 @@ services:
- aleph.env

shell:
image: ghcr.io/alephdata/aleph:${ALEPH_TAG:-3.15.3}
image: ghcr.io/alephdata/aleph:${ALEPH_TAG:-3.15.4}
command: /bin/bash
depends_on:
- postgres
Expand All @@ -73,7 +73,7 @@ services:
- aleph.env

api:
image: ghcr.io/alephdata/aleph:${ALEPH_TAG:-3.15.3}
image: ghcr.io/alephdata/aleph:${ALEPH_TAG:-3.15.4}
command: gunicorn -w 6 -b 0.0.0.0:8000 --timeout 3600 --log-level debug --log-file - aleph.wsgi:app
expose:
- 8000
Expand All @@ -91,7 +91,7 @@ services:
- aleph.env

ui:
image: ghcr.io/alephdata/aleph-ui-production:${ALEPH_TAG:-3.15.3}
image: ghcr.io/alephdata/aleph-ui-production:${ALEPH_TAG:-3.15.4}
depends_on:
- api
ports:
Expand Down

0 comments on commit a845782

Please sign in to comment.