mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2026-03-23 02:35:41 +00:00
refactor(docker): mount styleguide and packages/ui in docker-compose.override.yml (#9342)
This commit is contained in:
parent
6d42a2f04f
commit
207640bc7f
@ -10,6 +10,10 @@ services:
|
||||
- NUXT_BUILD=/tmp/nuxt # avoid file permission issues when `rm -rf .nuxt/`
|
||||
volumes:
|
||||
- ./webapp:/app
|
||||
- ./styleguide:/styleguide
|
||||
- /styleguide/node_modules
|
||||
- ./packages/ui:/packages/ui
|
||||
- /packages/ui/node_modules
|
||||
|
||||
backend:
|
||||
image: ghcr.io/ocelot-social-community/ocelot-social/backend:local-development
|
||||
@ -96,8 +100,6 @@ services:
|
||||
image: ghcr.io/ocelot-social-community/ocelot-social/ui:local-development
|
||||
build:
|
||||
target: development
|
||||
ports:
|
||||
- 6006:6006
|
||||
volumes:
|
||||
- ./packages/ui:/app
|
||||
- /app/node_modules
|
||||
|
||||
@ -89,7 +89,7 @@ services:
|
||||
context: ./packages/ui
|
||||
target: production
|
||||
ports:
|
||||
- 6006:80
|
||||
- 6006:6006
|
||||
|
||||
volumes:
|
||||
neo4j_data:
|
||||
|
||||
@ -2,6 +2,9 @@ import type { StorybookConfig } from '@storybook/vue3-vite'
|
||||
|
||||
const config: StorybookConfig = {
|
||||
stories: ['../src/**/*.stories.@(js|jsx|mjs|ts|tsx)'],
|
||||
core: {
|
||||
disableTelemetry: true,
|
||||
},
|
||||
framework: {
|
||||
name: '@storybook/vue3-vite',
|
||||
options: {},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user