Files
owncast-IRC-bridge/docker-compose.yml
2026-03-10 22:36:07 -04:00

13 lines
297 B
YAML

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"