chore: setup monorepo with docker and move legacy code in to apps/web

This commit is contained in:
Lucàs
2026-05-03 15:28:55 +02:00
parent 9272b78925
commit 18b8e72558
150 changed files with 53 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
name: ${PROJECT}
services:
web:
image: caddy:alpine
volumes:
- ./apps/web:/usr/share/caddy:ro
labels:
- "traefik.enable=true"
- "traefik.http.routers.${PROJECT}_web.rule=Host(`web.${PROJECT}.localhost`)"
- "traefik.http.services.${PROJECT}_web.loadbalancer.server.port=80"
networks:
- traefik
networks:
traefik:
external: true