f977458e6356a9d30fb60ac6c4472f166623dd42
rana for Docker
About
Daichimarukana/ranaがDockerで動きます。
中身はf970f75です。
Usage
Use public image
touch memory.db
docker run -d --restart=always -v ./memory.db:/app/memory.db -e UWUZU_HOST=uwuzu.example.com -e UWUZU_TOKEN=APITOKEN -e TWEET_ENABLED=true -e CHECK_INTERVAL=300 -e THINK_OUTPUT_ENABLED=false --name rana gitea.last2014.com/last2014/rana-for-docker:latest
で動きます。
/app/memory.dbが記憶になっているのでvolumesにしてください。
Warning
#3の通り
touchコマンドをサボると起動できません。
Warning
環境変数への値は
.env.exampleを確認してください。
全ての環境変数は必須です。
Local build
docker buildx build --platform linux/amd64,linux/arm64 --no-cache -t push-to --push .
でbuild/pushできます。
ローカル保存は試したことがないので知りません。
Releases
7
v1.1.0(LTS)
Latest
Languages
JavaScript
94.6%
Shell
2.9%
Dockerfile
2.5%