Compare commits

...

2 Commits

Author SHA1 Message Date
6987009cfb fix(lighthouse): docker-compose indent
All checks were successful
Portfolio/pipeline/head This commit looks good
2026-01-12 12:22:10 +01:00
079f5a89e7 fix(lighthouse): docker-compose error 2026-01-12 12:20:31 +01:00

View File

@@ -1,5 +1,5 @@
services: services:
portfolio: portfolio:
build: build:
context: . context: .
args: args:
@@ -11,7 +11,7 @@ portfolio:
networks: networks:
- reverse-proxy - reverse-proxy
lighthouse-audit: lighthouse-audit:
profiles: profiles:
- audit - audit
image: zenika/alpine-chrome:${ZENIKA_VERSION} image: zenika/alpine-chrome:${ZENIKA_VERSION}
@@ -26,9 +26,9 @@ lighthouse-audit:
command: npx @lhci/cli@${LHCI_VERSION} collect --config=/app/dist/audit-config.cjs command: npx @lhci/cli@${LHCI_VERSION} collect --config=/app/dist/audit-config.cjs
volumes: volumes:
audit_dist: audit_dist:
audit_reports: audit_reports:
networks: networks:
reverse-proxy: reverse-proxy:
external: true external: true