The New Archon (Beta) - The Operating System for AI Coding Assistants!

This commit is contained in:
Cole Medin
2025-08-13 07:58:24 -05:00
parent 13e1fc6a0e
commit 59084036f6
603 changed files with 131376 additions and 417 deletions

14
docker-compose.docs.yml Normal file
View File

@@ -0,0 +1,14 @@
# Optional Documentation Service
# Run with: docker-compose -f docker-compose.yml -f docker-compose.docs.yml up -d
services:
# Documentation
docs:
build:
context: ./docs
dockerfile: Dockerfile
container_name: Archon-Docs
ports:
- "${ARCHON_DOCS_PORT:-3838}:80"
networks:
- app-network