feat: finalize production cleanup with structured agent responses and project governance
This commit is contained in:
17
docker-compose.yml
Normal file
17
docker-compose.yml
Normal file
@@ -0,0 +1,17 @@
|
||||
services:
|
||||
screenjob:
|
||||
image: python:3.11-slim
|
||||
working_dir: /app
|
||||
env_file:
|
||||
- .env
|
||||
environment:
|
||||
SCREENJOB_HOST: 0.0.0.0
|
||||
SCREENJOB_PORT: 8787
|
||||
volumes:
|
||||
- ./:/app
|
||||
ports:
|
||||
- "8787:8787"
|
||||
command: >
|
||||
sh -c "pip install --no-cache-dir -r requirements.txt &&
|
||||
python main.py server"
|
||||
restart: unless-stopped
|
||||
Reference in New Issue
Block a user