add supertonic to services
This commit is contained in:
parent
5ee42ede56
commit
34e74b8667
1 changed files with 12 additions and 0 deletions
|
|
@ -13,6 +13,7 @@ services:
|
|||
- discord-bot-internal
|
||||
- discord-bot-external
|
||||
environment:
|
||||
SUPERTONIC_API_URL: "http://discord-supertonic"
|
||||
DISCORD_TOKEN: "${DISCORD_TOKEN}"
|
||||
APPLICATION_ID: "${APPLICATION_ID}"
|
||||
TYPECAST_TOKEN: "${TYPECAST_TOKEN}"
|
||||
|
|
@ -31,3 +32,14 @@ services:
|
|||
POSTGRES_PASSWORD: "${POSTGRES_PASSWORD}"
|
||||
POSTGRES_USER: "${POSTGRES_USER}"
|
||||
POSTGRES_DB: "${POSTGRES_DB}"
|
||||
discord-supertonic:
|
||||
build: crates/yaejuyang-supertonic
|
||||
command: /app/yaejuyang-supertonic
|
||||
container_name: "discord-supertonic"
|
||||
networks:
|
||||
- discord-bot-internal
|
||||
environment:
|
||||
SUPERTONIC_WORKERS: "1"
|
||||
ENABLED_BACKENDS: ""
|
||||
WEBGPU_DEVICE_ID: "0"
|
||||
RUST_LOG: "info,ort=warn"
|
||||
|
|
|
|||
Loading…
Reference in a new issue