Skip to content

Instantly share code, notes, and snippets.

@curtistinkers
Created March 6, 2025 15:02
Show Gist options
  • Save curtistinkers/ad543674f812cf73cd25cf899e23ccc5 to your computer and use it in GitHub Desktop.
Save curtistinkers/ad543674f812cf73cd25cf899e23ccc5 to your computer and use it in GitHub Desktop.
Docker Compose file for CodeProject.AI with Google Coral mini PCIe support
services:
CodeProjectAI:
image: codeproject/ai-server
container_name: codeproject-ai-server-cpu
hostname: codeproject-ai-server
restart: unless-stopped
ports:
- "32168:32168"
volumes:
- /etc/localtime:/etc/localtime:ro
- ./data:/etc/codeproject/ai
- ./modules:/app/modules
devices:
- /dev/apex_0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment