Initial commit

This commit is contained in:
2026-06-08 22:19:08 +09:00
commit 5a2c5df041
22 changed files with 3520 additions and 0 deletions

14
docker-compose.yml Normal file
View File

@@ -0,0 +1,14 @@
services:
telegram-codex-bot:
build:
context: .
image: telegram-codex-bot:local
container_name: telegram-codex-bot
restart: unless-stopped
env_file:
- .env
volumes:
- ./data:/app/data
- ./workspaces:/workspaces
- ./codex-home:/root/.codex