We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74315ef commit c8b0269Copy full SHA for c8b0269
docker-compose.yml
@@ -12,7 +12,7 @@ services:
12
- lighthouse
13
links:
14
15
- image: garie
+ image: boyney123/garie
16
environment:
17
- LIGHTHOUSE_URL=http://lighthouse:8080
18
- PAGE_SPEED_INSIGHTS_KEY
@@ -29,7 +29,7 @@ services:
29
- "./grafana/provisioning:/etc/grafana/provisioning"
30
- "./grafana/dashboards:/var/lib/grafana/dashboards"
31
lighthouse:
32
- image: lighthouse_ci:latest
+ image: boyney123/lighthouse_ci
33
container_name: lighthouse
34
ports:
35
- "4000:8080"
0 commit comments