Merge remote-tracking branch 'origin/kb_development' into releases/11.3
This commit is contained in:
commit
704e6264fd
2 changed files with 4 additions and 1 deletions
|
@ -7,6 +7,7 @@ kmyblueフォークは、以下の方の貢献によって成り立っていま
|
||||||
|
|
||||||
- [KMY](https://github.com/kmycode)
|
- [KMY](https://github.com/kmycode)
|
||||||
- [S-H-GAMELINKS](https://github.com/S-H-GAMELINKS)
|
- [S-H-GAMELINKS](https://github.com/S-H-GAMELINKS)
|
||||||
|
- [Yuicho](https://github.com/yuicho)
|
||||||
|
|
||||||
## 特記
|
## 特記
|
||||||
|
|
||||||
|
|
|
@ -76,7 +76,9 @@ services:
|
||||||
- ./public/system:/mastodon/public/system
|
- ./public/system:/mastodon/public/system
|
||||||
|
|
||||||
streaming:
|
streaming:
|
||||||
build: .
|
build:
|
||||||
|
context: .
|
||||||
|
dockerfile: streaming/Dockerfile
|
||||||
image: ghcr.io/mastodon/mastodon:v4.2.7
|
image: ghcr.io/mastodon/mastodon:v4.2.7
|
||||||
restart: always
|
restart: always
|
||||||
env_file: .env.production
|
env_file: .env.production
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue