Type4ny Project Initialize

This commit is contained in:
mattyatea 2024-07-01 09:33:26 +09:00
parent a6edd50a5d
commit 4e5f16cdf9
1988 changed files with 2400 additions and 2803 deletions

View file

@ -1,4 +1,4 @@
# このconfigは、 dockerでMisskey本体を起動せず、 redisとpostgresql などだけを起動します
# このconfigは、 dockerでType4ny本体を起動せず、 redisとpostgresql などだけを起動します
services:
redis:
@ -15,7 +15,7 @@ services:
db:
restart: always
image: postgres:15-alpine
image: postgres:16-alpine
ports:
- "5432:5432"
env_file: