wip
This commit is contained in:
parent
0bd0cc9fc9
commit
434983c91d
|
|
@ -22,6 +22,10 @@ services:
|
||||||
source: ../../../built
|
source: ../../../built
|
||||||
target: /misskey/built
|
target: /misskey/built
|
||||||
read_only: false
|
read_only: false
|
||||||
|
- type: bind
|
||||||
|
source: ./.config/dummy.yml
|
||||||
|
target: /misskey/.config/default.yml
|
||||||
|
read_only: true
|
||||||
- type: bind
|
- type: bind
|
||||||
source: ../assets
|
source: ../assets
|
||||||
target: /misskey/packages/backend/assets
|
target: /misskey/packages/backend/assets
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue