mirror of
https://github.com/ReVanced/revanced-bots.git
synced 2026-01-20 17:53:57 +00:00
ci: Publish Docker images (#41)
Co-authored-by: PalmDevs <git@palmdevs.me>
This commit is contained in:
9
bots/discord/docker-compose.example.yml
Normal file
9
bots/discord/docker-compose.example.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
services:
|
||||
websocket-api:
|
||||
container_name: revanced-bot-discord
|
||||
image: ghcr.io/revanced/revanced-bot-discord:latest
|
||||
volumes:
|
||||
- /data/revanced-bot-discord:/app
|
||||
ports:
|
||||
- 3000:3000
|
||||
restart: unless-stopped
|
||||
Reference in New Issue
Block a user