docker: add temp volume

This commit is contained in:
Herculino Trotta
2025-01-19 11:47:33 -03:00
parent 87345cf235
commit 3440d4405e
2 changed files with 9 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
volumes:
wygiwyh_dev_postgres_data: {}
temp:
wygiwyh_temp:
services:
web: &django
@@ -13,6 +13,7 @@ services:
volumes:
- ./app/:/usr/src/app/:z
- ./frontend/:/usr/src/frontend:z
- wygiwyh_temp:/usr/src/app/temp/
ports:
- "${OUTBOUND_PORT}:8000"
env_file: