Skip to content

Commit

Permalink
chore(docker-compose): Add envs and restart, remove build
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe565 committed Aug 15, 2023
1 parent 04184f4 commit fde3e92
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@ version: "3.9"
services:
app:
image: ghcr.io/gabe565/sponsorblockcast-go
build: .
environment:
SBC_PAUSED_INTERVAL: 1m
SBC_PLAYING_INTERVAL: 1s
SBC_CATEGORIES: sponsor
network_mode: host
cap_add:
- NET_ADMIN
restart: always

0 comments on commit fde3e92

Please sign in to comment.