feat(ci): add automated Lighthouse audit pipeline #2

Merged
Lucas merged 12 commits from develop into master 2026-01-12 11:53:24 +00:00
Showing only changes of commit 6987009cfb - Show all commits

View File

@@ -1,5 +1,5 @@
services:
portfolio:
portfolio:
build:
context: .
args:
@@ -11,7 +11,7 @@ portfolio:
networks:
- reverse-proxy
lighthouse-audit:
lighthouse-audit:
profiles:
- audit
image: zenika/alpine-chrome:${ZENIKA_VERSION}
@@ -30,5 +30,5 @@ volumes:
audit_reports:
networks:
reverse-proxy:
reverse-proxy:
external: true