Skip to content

Commit

Permalink
limit addon log size
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBeastLT committed Aug 3, 2024
1 parent c0b66f9 commit 16ff216
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ jobs:
docker load -i /tmp/docker/kitsu_latest.tar
docker stop anime-kitsu
docker rm anime-kitsu
docker run -p 7000:7000 -d --name anime-kitsu --restart always -e MONGODB_URI=${{ secrets.MONGODB_URI }} -e FANART_APIKEY=${{ secrets.FANART_APIKEY }} anime-kitsu:latest
docker run -p 7000:7000 -d --name anime-kitsu --restart always --log-opt max-size=100m -e MONGODB_URI=${{ secrets.MONGODB_URI }} -e FANART_APIKEY=${{ secrets.FANART_APIKEY }} anime-kitsu:latest
docker image prune -f

0 comments on commit 16ff216

Please sign in to comment.