Skip to content

envirobly/error-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Running in development

go run main.go --listen-address=:8080

Developing the index.html template

npx http-server

Building

docker build -t envirobly/error-service .

docker run -p 8080:63108 envirobly/error-service

Running a published image from GitHub registry

docker run -p 8080:63108 ghcr.io/envirobly/error-service

About

Simple Go HTTP server used as a service for traefik errors middleware.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages