Add docker-compose.production.yml
This commit is contained in:
parent
f73b0a7733
commit
9425a9622f
|
@ -0,0 +1,6 @@
|
|||
services:
|
||||
jaeger:
|
||||
build:
|
||||
context: docker/jaeger
|
||||
dockerfile: Dockerfile.production
|
||||
image: git.nixc.us/nixius/jaeger:production
|
Loading…
Reference in New Issue