mirror of
https://github.com/Noratrieb/vps.git
synced 2026-01-16 01:25:09 +01:00
move bisect-rustc
This commit is contained in:
parent
a701daf3c6
commit
4618c4b66a
6 changed files with 38 additions and 5 deletions
|
|
@ -28,6 +28,16 @@ services:
|
|||
environment:
|
||||
BOT_TOKEN: "${KILLUA_BOT_TOKEN}"
|
||||
KILLUA_JSON_PATH: /app/config/trivia_questions.json
|
||||
cargo_bisect_rustc_service:
|
||||
container_name: cargo-bisect-rustc-service
|
||||
image: "docker.nilstrieb.dev/cargo-bisect-rustc-service:13f89b68"
|
||||
restart: always
|
||||
volumes:
|
||||
- "/apps/bisect-rustc-service/db.sqlite:/home/bisector/db.sqlite"
|
||||
environment:
|
||||
SQLITE_DB: /home/bisector/db.sqlite
|
||||
ports:
|
||||
- "5005:4000"
|
||||
#### Hugo Chat
|
||||
hugo_chat_db:
|
||||
container_name: hugo-chat-db
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue