mirror of
https://github.com/coleam00/Archon.git
synced 2025-12-24 02:39:17 -05:00
14 lines
329 B
YAML
14 lines
329 B
YAML
# 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 |