Skip to content

Commit

Permalink
Update docker-compose-prod.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mahmoudseifi committed May 28, 2024
1 parent c3f56ef commit f51387d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ services:
container_name: todo_backend
command: gunicorn core.wsgi --bind 0.0.0.0:8000
volumes:
- ./core:/usr/src/app
- static_volume:/usr/src/app/static
- media_volume:/usr/src/app/media
- ./core:/app
- static_volume:/app/static
- media_volume:/app/media
expose:
- "8000"
env_file:
Expand Down

0 comments on commit f51387d

Please sign in to comment.