Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update logger dependencies #27

Merged
merged 4 commits into from
Jun 16, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions device-compose.log_central.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,6 @@ version: '3'


services:
transport-http:
logging:
driver: syslog
options:
syslog-address: 'udp://127.0.0.1:${LOG_PORT:-514}'
syslog-format: rfc5424
tag: "transport-http"

transport-https:
logging:
driver: syslog
Expand Down
8 changes: 0 additions & 8 deletions device-compose.log_local.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,6 @@ volumes:
com.screaming_bunny.description: 'Persistent Log Data Volume'

services:
transport-http:
logging:
driver: syslog
options:
syslog-address: 'udp://127.0.0.1:${LOG_PORT:-514}'
syslog-format: rfc5424
tag: "transport-http"

transport-https:
logging:
driver: syslog
Expand Down
15 changes: 0 additions & 15 deletions device-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,6 @@ volumes:
com.screaming_bunny.description: 'Persistent RabbitMQ Volume'

services:
transport-http:
hostname: transport-http
image: oif/device-transport-http
build:
context: ./device/transport/http
env_file:
- ./environment/queue.connect.env
- ./environment/security.env
external_links:
- queue
ports:
- 5000:5001
depends_on:
- queue

transport-https:
hostname: transport-https
image: oif/device-transport-https
Expand Down
36 changes: 0 additions & 36 deletions device/transport/http/Dockerfile

This file was deleted.

189 changes: 0 additions & 189 deletions device/transport/http/HTTP/main.py

This file was deleted.

17 changes: 0 additions & 17 deletions device/transport/http/ReadMe.md

This file was deleted.

9 changes: 0 additions & 9 deletions device/transport/http/docker_dev_start.sh

This file was deleted.

1 change: 0 additions & 1 deletion device/transport/http/requirements.txt

This file was deleted.

Loading