File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ services:
7272 ports :
7373 - " ${BACKEND_WORKER_PORT}:3000"
7474 volumes :
75- - files_cache:/usr/src/app/.cache
75+ - files_cache:/usr/src/app/backend/ .cache
7676 restart : unless-stopped
7777 env_file :
7878 - .env
@@ -93,7 +93,7 @@ services:
9393 backend-api :
9494 image : ${BACKEND_IMAGE}
9595 volumes :
96- - files_cache:/usr/src/app/.cache
96+ - files_cache:/usr/src/app/backend/ .cache
9797 ports :
9898 - " ${BACKEND_API_PORT}:3000"
9999 restart : unless-stopped
@@ -121,7 +121,7 @@ services:
121121 backend-download-worker :
122122 image : ${BACKEND_IMAGE}
123123 volumes :
124- - files_cache:/usr/src/app/.cache
124+ - files_cache:/usr/src/app/backend/ .cache
125125 restart : unless-stopped
126126 ports :
127127 - " ${BACKEND_DOWNLOAD_WORKER_PORT}:3000"
@@ -144,7 +144,7 @@ services:
144144 backend-download-api :
145145 image : ${BACKEND_IMAGE}
146146 volumes :
147- - files_cache:/usr/src/app/.cache
147+ - files_cache:/usr/src/app/backend/ .cache
148148 ports :
149149 - " ${BACKEND_DOWNLOAD_API_PORT}:3000"
150150 restart : unless-stopped
You can’t perform that action at this time.
0 commit comments