Files
FEDEO/docker-compose.docs.yml
florianfederspiel 8c458f4953
All checks were successful
Build and Push Docker Images / verify-docs-sync (push) Successful in 9s
Build and Push Docker Images / build-backend (push) Successful in 14s
Build and Push Docker Images / build-frontend (push) Successful in 13s
Build and Push Docker Images / build-docs (push) Successful in 1m47s
Ersetze Docusaurus vollständig durch Nuxt-Content-Docs-App
2026-04-22 18:16:00 +02:00

10 lines
175 B
YAML

services:
docs:
build:
context: .
dockerfile: docs-site/Dockerfile
container_name: fedeo-docs
restart: unless-stopped
ports:
- "3205:3000"