Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

1 Commit

Repository files navigation

Proxy

Proxy multiple services through a single service.

This module forwards any number of Dagger services through a single nginx service, each on its own frontend port.

Usage

proxy
.withService(backendService, "backend", 8080, 8080)
.withService(frontendService, "frontend", 8081, 80)
.service

Pass isTcp: true to proxy raw TCP (e.g. a database) instead of HTTP:

proxy.withService(postgresService, "db", 5432, 5432, isTcp: true).service

About

Dagger module to proxy multiple services as a single one

Resources

Code of conduct

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors