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"