mirror of
https://github.com/ReVanced/revanced-bots.git
synced 2026-01-11 13:56:15 +00:00
build: Publish Docker container
This commit is contained in:
15
docker-compose.yml
Normal file
15
docker-compose.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
version: '3.8'
|
||||
|
||||
services:
|
||||
revanced-helper:
|
||||
container_name: revanced-helper
|
||||
image: ghcr.io/revanced/revanced-helper:latest
|
||||
# Required because otherwise failing with ECONNREFUSED
|
||||
network_mode: "host"
|
||||
environment:
|
||||
- WIT_AI_TOKEN=YOUR_WIT_AI_TOKEN
|
||||
- MONGODB_URI=YOUR_MONGODB_URI
|
||||
- DISCORD_TOKEN=YOUR_DISCORD_TOKEN
|
||||
volumes:
|
||||
- /data/revanced-helper/discord-bot-config.json:/usr/src/revanced-helper/apps/bot-discord/src/config.json
|
||||
- /data/revanced-helper/server-config.json:/usr/src/revanced-helper/apps/server/src/config.json
|
||||
Reference in New Issue
Block a user