Skip to content

Commit

Permalink
fix: seperate dev media volume
Browse files Browse the repository at this point in the history
  • Loading branch information
ljy2855 committed Feb 23, 2024
1 parent 0490e1d commit 639a7e7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,11 @@ services:
command: python manage.py runserver 0.0.0.0:8000 --settings=cspc_web.settings_dev
volumes:
- ./app/db:/home/app/web/db
- dev_media_volume:/home/app/web/media
ports:
- "8005:8000"
volumes:
postgres_data:
static_volunme:
media_volume:
media_volume:
dev_media_volume:

0 comments on commit 639a7e7

Please sign in to comment.