mirror of
https://github.com/ReVanced/revanced-bots.git
synced 2026-01-11 05:46:16 +00:00
12 lines
291 B
YAML
12 lines
291 B
YAML
services:
|
|
websocket-api:
|
|
container_name: revanced-bot-websocket-api
|
|
image: ghcr.io/revanced/revanced-bot-websocket-api:latest
|
|
environment:
|
|
- WIT_AI_TOKEN=
|
|
volumes:
|
|
- /data/revanced-bot-websocket-api:/app
|
|
ports:
|
|
- 3000:3000
|
|
restart: unless-stopped
|