refactor: rename bot client, environment variables, and project name from Kyoko to Aurora.

This commit is contained in:
syntaxbullet
2025-12-20 11:23:39 +01:00
parent 1f7679e5a1
commit 4229e5338f
10 changed files with 27 additions and 68 deletions

View File

@@ -13,7 +13,7 @@ services:
- ./src/db/log:/var/log/postgresql
app:
container_name: aurora_app
image: kyoko-app
image: aurora-app
build:
context: .
dockerfile: Dockerfile
@@ -39,7 +39,7 @@ services:
studio:
container_name: aurora_studio
image: kyoko-app
image: aurora-app
build:
context: .
dockerfile: Dockerfile