diff --git a/README.md b/README.md index 9123cfa2..355919fd 100644 --- a/README.md +++ b/README.md @@ -314,4 +314,8 @@ This project is deployed in accordance to the [DargStack template](https://githu The message queue's data. + - ### `vibetype_data` + + The frontend's data. + diff --git a/src/development/stack.yml b/src/development/stack.yml index a74d94ef..0c40bc5c 100644 --- a/src/development/stack.yml +++ b/src/development/stack.yml @@ -571,6 +571,7 @@ services: - ${PNPM_STORE_DIR}:/srv/.pnpm-store/ #DARGSTACK-REMOVE - ./certificates/:/srv/certificates/ #DARGSTACK-REMOVE - ../../../vibetype/:/srv/app/ #DARGSTACK-REMOVE + - vibetype_data:/srv/app/node_modules #DARGSTACK-REMOVE - ./configurations/postgraphile/jwtRS256.key.pub:/run/environment-variables/NUXT_PUBLIC_VIO_AUTH_JWT_PUBLIC_KEY:ro version: "3.7" volumes: @@ -604,3 +605,6 @@ volumes: redpanda_data: # The message queue's data. {} + vibetype_data: + # The frontend's data. + {} diff --git a/src/production/production.yml b/src/production/production.yml index 976a13d5..0fcbb8af 100644 --- a/src/production/production.yml +++ b/src/production/production.yml @@ -169,3 +169,4 @@ volumes: # The reverse proxy's certificate data. {} minio_data: (( prune )) + vibetype_data: (( prune ))