Initial commit
This commit is contained in:
14
docker-compose.yml
Normal file
14
docker-compose.yml
Normal 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
|
||||
|
||||
Reference in New Issue
Block a user