Skip to content

LausEquites/composer-env

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Composer env

This is a basic docker compose env with a traefik proxy and opentelemetry stack

Networking

This env creates a network 'web' that other docker compose envs can use to access it services and for the proxy to connect to.

To use it add the network to services and add the following in the bottom of docker compose file. Note this env must be started before other envs so the network is created

networks:
  web:
    name: web
    external: true

Opentelemetry collector

The endpoint to the collector is eithe http://otel:4318 or http://otel:4317 depending on protocol

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published