license: built full stack, test and documentation
Some checks failed
docs / build (push) Has been cancelled
docs / deploy (push) Has been cancelled

This commit is contained in:
Giuseppe Naponiello
2026-07-03 12:47:47 +02:00
parent f8206b5840
commit 271acacb1d
39 changed files with 4078 additions and 57 deletions

View File

@@ -164,19 +164,8 @@ services:
- "com.docker.compose.project=dyncoll-project"
- "com.docker.compose.stack=dyncoll-project"
docs:
image: squidfunk/mkdocs-material
container_name: dyncoll_docs
restart: always
# L'immagine ha ENTRYPOINT ["mkdocs"]: serviamo il sito in ascolto su 8000.
command: ["serve", "--dev-addr=0.0.0.0:8000"]
volumes:
# mkdocs si aspetta mkdocs.yml in /docs e i contenuti in /docs/docs
- ./documentation:/docs:ro
networks:
- internal
labels:
- "com.docker.compose.project=dyncoll-project"
# NB: la documentazione (MkDocs) non ha un servizio dedicato: la pubblica
# GitHub Pages (.github/workflows/docs.yml); anteprima locale con `make docs`.
frontend:
image: dyncoll-frontend:3.0