Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienLebranchu authored Nov 8, 2024
1 parent 45516a9 commit 4ca8cc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:
depends_on:
- web
web:
image: ghcr.io/ob7-ird/observe-logbooks-reader-webapp:latest
image: ghcr.io/ob7-ird/observe-logbooks-reader-webapp:main
command: bash -c "python manage.py collectstatic --no-input && python manage.py makemigrations && python manage.py migrate && python manage.py runserver 0.0.0.0:8000"
volumes:
- ./database:/home/app/webapp/database
Expand All @@ -19,4 +19,4 @@ services:
# - "8000:8000"
expose:
- "8000"


0 comments on commit 4ca8cc9

Please sign in to comment.