wip
This commit is contained in:
parent
36bec1cadb
commit
570a795785
|
|
@ -43,7 +43,7 @@ services:
|
||||||
- type: bind
|
- type: bind
|
||||||
source: ./.config/a.test.default.json
|
source: ./.config/a.test.default.json
|
||||||
target: /misskey/.config/default.json
|
target: /misskey/.config/default.json
|
||||||
read_only: true
|
read_only: false
|
||||||
|
|
||||||
db.a.test:
|
db.a.test:
|
||||||
extends:
|
extends:
|
||||||
|
|
|
||||||
|
|
@ -43,7 +43,7 @@ services:
|
||||||
- type: bind
|
- type: bind
|
||||||
source: ./.config/b.test.default.json
|
source: ./.config/b.test.default.json
|
||||||
target: /misskey/.config/default.json
|
target: /misskey/.config/default.json
|
||||||
read_only: true
|
read_only: false
|
||||||
|
|
||||||
db.b.test:
|
db.b.test:
|
||||||
extends:
|
extends:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue