Skip to content

Commit

Permalink
Temporarily roll back changes to Docker Compose config (#3683)
Browse files Browse the repository at this point in the history
Something went wrong during the 3.15.5 release and as a consequence starting Aleph with the Docker Compose configuration from the main branch doesn’t work. Once we’ve published a fixed release we can remove this line again.
  • Loading branch information
tillprochaska authored Apr 17, 2024
1 parent 4528220 commit ed017fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ services:

api:
image: ghcr.io/alephdata/aleph:${ALEPH_TAG:-3.15.5}
command: gunicorn -w 6 -b 0.0.0.0:8000 --timeout 3600 --log-level debug --log-file - aleph.wsgi:app
expose:
- 8000
depends_on:
Expand Down

0 comments on commit ed017fa

Please sign in to comment.