mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-07-14 16:52:53 +02:00
docker: add temp volume
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
volumes:
|
volumes:
|
||||||
wygiwyh_dev_postgres_data: {}
|
wygiwyh_dev_postgres_data: {}
|
||||||
temp:
|
wygiwyh_temp:
|
||||||
|
|
||||||
services:
|
services:
|
||||||
web: &django
|
web: &django
|
||||||
@@ -13,6 +13,7 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- ./app/:/usr/src/app/:z
|
- ./app/:/usr/src/app/:z
|
||||||
- ./frontend/:/usr/src/frontend:z
|
- ./frontend/:/usr/src/frontend:z
|
||||||
|
- wygiwyh_temp:/usr/src/app/temp/
|
||||||
ports:
|
ports:
|
||||||
- "${OUTBOUND_PORT}:8000"
|
- "${OUTBOUND_PORT}:8000"
|
||||||
env_file:
|
env_file:
|
||||||
|
|||||||
@@ -9,6 +9,8 @@ services:
|
|||||||
- .env
|
- .env
|
||||||
depends_on:
|
depends_on:
|
||||||
- db
|
- db
|
||||||
|
volumes:
|
||||||
|
- wygiwyh_temp:/usr/src/app/temp/
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
db:
|
db:
|
||||||
@@ -29,5 +31,10 @@ services:
|
|||||||
- db
|
- db
|
||||||
env_file:
|
env_file:
|
||||||
- .env
|
- .env
|
||||||
|
volumes:
|
||||||
|
- wygiwyh_temp:/usr/src/app/temp/
|
||||||
command: /start-procrastinate
|
command: /start-procrastinate
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
|
volumes:
|
||||||
|
wygiwyh_temp:
|
||||||
|
|||||||
Reference in New Issue
Block a user