mirror of
https://github.com/coleam00/Archon.git
synced 2025-12-24 02:39:17 -05:00
The New Archon (Beta) - The Operating System for AI Coding Assistants!
This commit is contained in:
14
docker-compose.docs.yml
Normal file
14
docker-compose.docs.yml
Normal 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
|
||||
Reference in New Issue
Block a user