1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-23 01:39:27 +02:00
dockerfiles/anthropics/docker-compose.yml

16 lines
356 B
YAML
Raw Normal View History

2024-11-25 13:33:27 +02:00
services:
anthropic:
image: ghcr.io/anthropics/anthropic-quickstarts:computer-use-demo-latest
ports:
- "5900:5900"
- "6080:6080"
- "8080:8080"
- "8501:8501"
volumes:
- ./data:/home/computeruse/.anthropic
environment:
- ANTHROPIC_API_KEY=sk-xxx-xxx-xxx
- WIDTH=1024
- HEIGHT=768
restart: unless-stopped