fix(lighthouse): docker-compose indent
All checks were successful
Portfolio/pipeline/head This commit looks good
All checks were successful
Portfolio/pipeline/head This commit looks good
This commit is contained in:
@@ -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}
|
||||||
@@ -30,5 +30,5 @@ volumes:
|
|||||||
audit_reports:
|
audit_reports:
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
reverse-proxy:
|
reverse-proxy:
|
||||||
external: true
|
external: true
|
||||||
Reference in New Issue
Block a user