Files
nas_connection/docker-compose.yml
2026-06-08 22:19:08 +09:00

15 lines
296 B
YAML

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