Skip to content

Commit

Permalink
feat: yomiage-mon (#14)
Browse files Browse the repository at this point in the history
Co-authored-by: Sho Sakuma <[email protected]>
  • Loading branch information
raiga0310 and m1sk9 authored Sep 6, 2023
1 parent 1bc4ff0 commit b13dce3
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 0 deletions.
2 changes: 2 additions & 0 deletions yomiage-mon/.env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
TOKEN= # Discord Token
PREFIX= # コマンドの先頭につける記号 例: `!` `-`
10 changes: 10 additions & 0 deletions yomiage-mon/.env.secret
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
-----BEGIN PGP MESSAGE-----

hF4Dz7m5Qj/XlowSAQdA362JKqjswaM5BGVNJODjdX/vETnJ4NT8ulVFXCxeDX4w
0dJptDwuB38v3GjbbsYUWGznckEwS3yHjPrblNK3F0TFmV/kgOH4w4jog2+Yqaun
0pkB8EZIBOKY8c4wSwGdVfAumLaMZkhgAy/SkHgRQ5l+a8jMvZiK0d8yZijLLs8m
eFq8+gpjo8+Cj9geAgZQ21FeiwUKDxwpeQ1HFoxg4pHjQdESuKNIuqaxkIkeZoDb
1hIRC9cFtw+X7xBN6gY+alP+rA07ff/IFtw/BfxFpnHuyP0gi6N3SVFP8pxRjK3z
dlucLz2tdx6qLeM=
=F/oW
-----END PGP MESSAGE-----
16 changes: 16 additions & 0 deletions yomiage-mon/compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
services:
app:
image: ghcr.io/approvers/yomiagemon:0.1
env_file:
- .env
deploy:
restart_policy:
delay: 5s
max_attempts: 3
depends_on:
- voicevox
voicevox:
image: voicevox/voicevox_engine:cpu-ubuntu20.04-0.14.4
restart: unless-stopped
expose:
- 50021

0 comments on commit b13dce3

Please sign in to comment.