chore: move legacy files into /apps/web-legacy

This commit is contained in:
Lucàs
2026-05-03 15:47:29 +02:00
parent f3ff6e1385
commit 1cbc864cb2
148 changed files with 3 additions and 3 deletions
+3 -3
View File
@@ -1,14 +1,14 @@
name: ${PROJECT}
services:
web:
web-legacy:
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"
- "traefik.http.routers.${PROJECT}_web_legacy.rule=Host(`web-legacy.${PROJECT}.localhost`)"
- "traefik.http.services.${PROJECT}_web_legacy.loadbalancer.server.port=80"
networks:
- traefik