10
compose.yaml
10
compose.yaml
@@ -74,6 +74,7 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- "./compose/tempo/tempo.yaml:/etc/tempo.yaml:ro"
|
- "./compose/tempo/tempo.yaml:/etc/tempo.yaml:ro"
|
||||||
- "tempo-data:/var/tempo:rw"
|
- "tempo-data:/var/tempo:rw"
|
||||||
|
|
||||||
mailhog:
|
mailhog:
|
||||||
image: "mailhog/mailhog:latest"
|
image: "mailhog/mailhog:latest"
|
||||||
platform: linux/amd64
|
platform: linux/amd64
|
||||||
@@ -83,6 +84,15 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
- MH_STORAGE=memory
|
- MH_STORAGE=memory
|
||||||
|
|
||||||
|
chrome:
|
||||||
|
image: "chromedp/headless-shell:140.0.7259.2"
|
||||||
|
ports:
|
||||||
|
- "9222:9222"
|
||||||
|
command:
|
||||||
|
- "--headless"
|
||||||
|
- "--disable-gpu"
|
||||||
|
- "--disable-dev-shm-usage"
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
postgres-data:
|
postgres-data:
|
||||||
minio-data:
|
minio-data:
|
||||||
|
|||||||
Reference in New Issue
Block a user