mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
add collector to docker compose
This commit is contained in:
@@ -64,7 +64,17 @@ services:
|
||||
network: host
|
||||
context: .
|
||||
dockerfile: ./Notification/Dockerfile
|
||||
|
||||
|
||||
|
||||
otel-collector:
|
||||
extends:
|
||||
file: ./docker-compose.base.yml
|
||||
service: otel-collector
|
||||
build:
|
||||
network: host
|
||||
context: .
|
||||
dockerfile: ./OTelCollector/Dockerfile
|
||||
|
||||
accounts:
|
||||
ports:
|
||||
- '${ACCOUNTS_PORT}:${ACCOUNTS_PORT}' # ws port for webpack
|
||||
|
||||
@@ -37,6 +37,13 @@ services:
|
||||
extends:
|
||||
file: ./docker-compose.base.yml
|
||||
service: notification
|
||||
|
||||
otel-collector:
|
||||
image: oneuptime/otel-collector:${APP_TAG}
|
||||
build:
|
||||
network: host
|
||||
context: .
|
||||
dockerfile: ./OTelCollector/Dockerfile
|
||||
|
||||
accounts:
|
||||
image: oneuptime/accounts:${APP_TAG}
|
||||
|
||||
Reference in New Issue
Block a user