🎉 First commit

This commit is contained in:
Paillat
2025-12-08 13:28:28 +01:00
committed by Paillat-dev
commit dd77e3d433
26 changed files with 2294 additions and 0 deletions

19
compose.yaml Normal file
View File

@@ -0,0 +1,19 @@
# Copyright (c) NiceBots
# SPDX-License-Identifier: MIT
services:
bot:
build: .
env_file:
- .env
restart: always
develop:
watch:
- path: ./src/
action: sync+restart
target: /app/
- path: Dockerfile
action: rebuild
ports:
- "8000:8000"