Compare commits
2 Commits
c6b180ff45
...
6987009cfb
| Author | SHA1 | Date | |
|---|---|---|---|
| 6987009cfb | |||
| 079f5a89e7 |
@@ -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}
|
||||
@@ -26,9 +26,9 @@ lighthouse-audit:
|
||||
command: npx @lhci/cli@${LHCI_VERSION} collect --config=/app/dist/audit-config.cjs
|
||||
|
||||
volumes:
|
||||
audit_dist:
|
||||
audit_reports:
|
||||
audit_dist:
|
||||
audit_reports:
|
||||
|
||||
networks:
|
||||
reverse-proxy:
|
||||
reverse-proxy:
|
||||
external: true
|
||||
Reference in New Issue
Block a user