1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-26 03:14:14 +02:00

Revert "Fix federation test: add scripts mount and pre-compile config on host"

This reverts commit d6d5606d68.
This commit is contained in:
syuilo
2025-12-01 14:10:51 +09:00
parent d6d5606d68
commit a7e4518131
4 changed files with 2 additions and 16 deletions

View File

@@ -38,10 +38,6 @@ services:
source: ../ormconfig.js
target: /misskey/packages/backend/ormconfig.js
read_only: true
- type: bind
source: ../scripts
target: /misskey/packages/backend/scripts
read_only: true
- type: bind
source: ../package.json
target: /misskey/packages/backend/package.json
@@ -90,8 +86,8 @@ services:
command: >
bash -c "
npm install -g pnpm
pnpm -F backend typeorm migration:run -d ormconfig.js
node ./packages/backend/built/boot/entry.js
pnpm -F backend migrate
pnpm -F backend start
"
healthcheck:
test: bash /misskey/healthcheck.sh