Skip to content

Commit

Permalink
Merge pull request #25 from lightrun-platform/DEVOPS-2131-update-brok…
Browse files Browse the repository at this point in the history
…er-image

update broker image and config
  • Loading branch information
Leonid Podolinskiy authored Aug 13, 2024
2 parents b6aedb0 + 9424226 commit 39f2b2a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 48 deletions.
Original file line number Diff line number Diff line change
@@ -1,14 +1,3 @@
user www-data;
worker_processes auto;
worker_rlimit_nofile 8192;
pid /run/nginx.pid;
error_log /dev/stdout info;


events {
worker_connections 4096;
}

stream {
log_format basic '$remote_addr [$time_local] '
'$protocol $status $bytes_sent $bytes_received '
Expand All @@ -22,4 +11,4 @@ stream {
listen 443;
proxy_pass lightrun;
}
}
}
8 changes: 4 additions & 4 deletions lightrun-broker/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
version: "3.3"
services:
nginx:
image: lightruncom/lightrun-broker-rhel:04
image: lightruncom/lightrun-broker:latest.layer4
ports:
- "443:443"
environment:
LIGHTRUN_SERVER: <tenant>.client.lightrun.com
volumes:
- type: bind
source: ./conf/nginx.conf.template
target: /etc/nginx/nginx.conf.template
source: ./conf/default.template
target: /tmp/default.template
restart: always
dns:
- 8.8.8.8 # Set here your public DNS for resolving original Lightrun endpoint
- 8.8.8.8 # Set here your public DNS for resolving original Lightrun endpoint
28 changes: 0 additions & 28 deletions lightrun-broker/docker/Dockerfile

This file was deleted.

4 changes: 0 additions & 4 deletions lightrun-broker/docker/entrypoint.sh

This file was deleted.

0 comments on commit 39f2b2a

Please sign in to comment.