add [bot image]: add the bot docker image

This commit is contained in:
Kirill Samoylenkov 2025-11-03 03:27:53 +05:00
parent 5e84cdfebf
commit 9a21373281

View file

@ -1,9 +1,6 @@
services: services:
bot: bot:
container_name: urfu-daddy-bot image: ghcr.io/dibuildo/urfu-daddy:0.0.1
build:
context: ..
dockerfile: ./docker/Dockerfile
command: ["uv", "run", "--no-dev", "./src/main.py"] command: ["uv", "run", "--no-dev", "./src/main.py"]
restart: always restart: always
depends_on: depends_on: