Skip to content

Commit

Permalink
Revert docker-compose override volumes setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Xpirix committed Sep 24, 2024
1 parent e856d7a commit c44236c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions deployment/docker-compose.override.example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,11 @@ services:
target: prod
volumes:
- ../django_project:/home/web/django_project
- ${MEDIA_VOLUME}:/home/web/media:rw
- ${STATIC_VOLUME}:/home/web/static:rw
- ./logs:/var/log

web:
volumes:
- ./logs:/var/log/nginx
- ${MEDIA_VOLUME}:/home/web/media:ro
- ${STATIC_VOLUME}:/home/web/static:ro
ports:
- "${HTTP_PORT}:8080"
- "${HTTPS_PORT}:443"
Expand All @@ -61,8 +57,6 @@ services:
target: dev
volumes:
- ../django_project:/home/web/django_project
- ${MEDIA_VOLUME}:/home/web/media:rw
- ${STATIC_VOLUME}:/home/web/static:rw
- ./logs:/var/log
ports:
- "${TEST_HTTP_PORT}:8080"
Expand Down

0 comments on commit c44236c

Please sign in to comment.