Files
revanced-bots/apis/websocket/docker-compose.example.yml
oSumAtrIX 5aeade122b ci: Publish Docker images (#41)
Co-authored-by: PalmDevs <git@palmdevs.me>
2024-07-13 14:57:29 +02:00

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