Skip to content

Commit

Permalink
locale volumes need to be shared
Browse files Browse the repository at this point in the history
  • Loading branch information
maltaesousa committed Sep 18, 2024
1 parent 3a96ac6 commit 1735175
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ services:
python3 manage.py fixturize"
volumes:
- "static-files:/app/geoshop_back/static:rw"
- "locale-files:/app/geoshop_back/locale:rw"
- "api-locale-files:/app/geoshop_back/api/locale:rw"
networks:
- geoshop

Expand All @@ -73,10 +75,14 @@ services:
retries: 5
volumes:
- "static-files:/app/geoshop_back/static:ro"
- "locale-files:/app/geoshop_back/locale:ro"
- "api-locale-files:/app/geoshop_back/api/locale:ro"
ports:
- "8000:8000"
networks:
- geoshop

volumes:
static-files:
locale-files:
api-locale-files:

0 comments on commit 1735175

Please sign in to comment.