remove docs from monorepo

This commit is contained in:
PxlLoewe
2025-07-14 14:13:40 -07:00
parent 879e9d1e89
commit 1cb2ddc5bb
106 changed files with 13 additions and 3447 deletions

View File

@@ -162,21 +162,6 @@ services:
- postgres_network
- core_network
docs:
restart: unless-stopped
build:
context: .
dockerfile: ./apps/docs/Dockerfile
labels:
- "traefik.enable=true"
- "traefik.http.routers.docs.rule=Host(`docs.virtualairrescue.com`)"
- "traefik.http.routers.docs.entrypoints=websecure"
- "traefik.http.routers.docs.tls.certresolver=le"
- "traefik.http.services.docs.loadbalancer.server.port=80"
networks:
- traefik
postgres:
restart: unless-stopped
image: postgres:13