mirror of
https://github.com/mgerb/go-discord-bot
synced 2026-01-08 08:02:49 +00:00
18 lines
415 B
YAML
18 lines
415 B
YAML
version: "3"
|
|
|
|
services:
|
|
go-discord-bot:
|
|
image: mgerb/go-discord-bot:latest
|
|
restart: unless-stopped
|
|
ports:
|
|
- 8080:8080
|
|
volumes:
|
|
- ./clips:/server/clips
|
|
- ./sounds:/server/sounds
|
|
- ./youtube:/server/youtube
|
|
- ./config.json:/server/config.json:ro
|
|
- ./data.db:/server/data.db
|
|
- ./logrus.log:/server/logrus.log
|
|
|
|
- /usr/local/bin/yt-dlp:/usr/bin/yt-dlp
|