mirror of
https://github.com/mgerb/go-discord-bot
synced 2026-01-10 09:02:49 +00:00
12 lines
221 B
YAML
12 lines
221 B
YAML
version: "3"
|
|
|
|
services:
|
|
go-discord-bot:
|
|
image: mgerb/go-discord-bot:latest
|
|
restart: unless-stopped
|
|
ports:
|
|
- 8088:8080
|
|
volumes:
|
|
- ./:/bot
|
|
- /usr/local/bin/youtube-dl:/usr/bin/youtube-dl
|