2022-05-28 12:24:10 +02:00
|
|
|
version: "2"
|
|
|
|
services:
|
|
|
|
bot_discord:
|
|
|
|
restart: always
|
2023-02-06 21:58:22 +01:00
|
|
|
build: .
|
2022-05-28 12:24:10 +02:00
|
|
|
container_name: bot_discord
|
|
|
|
env_file: ./env_file
|
2023-02-07 09:22:32 +01:00
|
|
|
entrypoint: bot --guild=606162827274616845 --top1=798638767359524875 --top10=801787467064672286 --top50=803729539145924649
|