Skip to content

Commit

Permalink
remove unused nodered config from sandbox deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
thjaeckle committed Jan 27, 2025
1 parent 8380910 commit 42dfa7c
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 93 deletions.
8 changes: 0 additions & 8 deletions deployment/docker/sandbox/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -217,14 +217,6 @@ services:
options:
max-size: 10m

# node-red:
# image: docker.io/nodered/node-red-docker:latest
# volumes:
# - /opt/docker-volumes/nodered-data:/data:rw
# - ./nodered/settings.js:/data/settings.js:ro
# - ./nodered/package.json:/data/package.json:rw
# - ./nodered/flows-ditto.json:/data/flows-ditto.json:rw

nginx:
image: docker.io/nginx:1.27-alpine
deploy:
Expand Down
10 changes: 0 additions & 10 deletions deployment/docker/sandbox/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -274,16 +274,6 @@ http {
proxy_set_header Host $http_host;
}

# location /nodered {
# proxy_pass http://node-red:1880/nodered;
# proxy_http_version 1.1;
# proxy_set_header Host $host;
# proxy_set_header Upgrade $http_upgrade;
# proxy_set_header Connection 'upgrade';
# proxy_set_header Host $host;
# proxy_cache_bypass $http_upgrade;
# }

location /oauth2/google/token {
# set $args '';
proxy_set_body $request_body&client_secret=TODOinsertOauth2clientSecret;
Expand Down
1 change: 0 additions & 1 deletion deployment/docker/sandbox/nodered/flows-ditto.json

This file was deleted.

12 changes: 0 additions & 12 deletions deployment/docker/sandbox/nodered/package.json

This file was deleted.

62 changes: 0 additions & 62 deletions deployment/docker/sandbox/nodered/settings.js

This file was deleted.

0 comments on commit 42dfa7c

Please sign in to comment.