docs: add README with setup instructions and docker-compose.yml
Made-with: Cursor
This commit is contained in:
12
docker-compose.yml
Normal file
12
docker-compose.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
services:
|
||||
bridge:
|
||||
build: .
|
||||
container_name: owncast-irc-bridge
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- OWNCAST_ACCESS_TOKEN=${OWNCAST_ACCESS_TOKEN}
|
||||
- RUST_LOG=info
|
||||
volumes:
|
||||
- ./config.toml:/etc/owncast-irc-bridge/config.toml:ro
|
||||
ports:
|
||||
- "9078:9078"
|
||||
Reference in New Issue
Block a user