File tree Expand file tree Collapse file tree 3 files changed +9
-0
lines changed
Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -314,4 +314,8 @@ This project is deployed in accordance to the [DargStack template](https://githu
314314
315315 The message queue's data.
316316
317+ - ### ` vibetype_data `
318+
319+ The frontend's data.
320+
317321
Original file line number Diff line number Diff line change @@ -571,6 +571,7 @@ services:
571571 - ${PNPM_STORE_DIR}:/srv/.pnpm-store/ # DARGSTACK-REMOVE
572572 - ./certificates/:/srv/certificates/ # DARGSTACK-REMOVE
573573 - ../../../vibetype/:/srv/app/ # DARGSTACK-REMOVE
574+ - vibetype_data:/srv/app/node_modules # DARGSTACK-REMOVE
574575 - ./configurations/postgraphile/jwtRS256.key.pub:/run/environment-variables/NUXT_PUBLIC_VIO_AUTH_JWT_PUBLIC_KEY:ro
575576version : " 3.7"
576577volumes :
@@ -604,3 +605,6 @@ volumes:
604605 redpanda_data :
605606 # The message queue's data.
606607 {}
608+ vibetype_data :
609+ # The frontend's data.
610+ {}
Original file line number Diff line number Diff line change @@ -169,3 +169,4 @@ volumes:
169169 # The reverse proxy's certificate data.
170170 {}
171171 minio_data : (( prune ))
172+ vibetype_data : (( prune ))
You can’t perform that action at this time.
0 commit comments