incorporate firehose into the monorepo

This commit is contained in:
Sebastian
2023-07-20 15:54:54 +02:00
parent 84adad7cfd
commit 2f28084d9c
4 changed files with 187 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ services:
ports:
- "443:443"
- "127.0.0.1:8080:8080"
- "3042:3042"
command:
- "--api=true"
- "--api.insecure=true"
@@ -21,6 +22,7 @@ services:
- "--providers.file.filename=/dynamic_config.yml"
- "--entrypoints.websecure.address=:443"
- "--entryPoints.metrics.address=:8082"
- "--entryPoints.grpc.address=:3042"
- "--metrics.prometheus.entryPoint=metrics"
- "--certificatesresolvers.myresolver.acme.tlschallenge=true"
# TESTING