Skip to content

Commit

Permalink
Merge pull request #394 from brunoamaral/remove-nodered
Browse files Browse the repository at this point in the history
remove node-red from docker-compose
  • Loading branch information
brunoamaral authored May 25, 2024
2 parents e3a4d85 + 1698f6c commit 803e013
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,23 +16,6 @@ services:
networks:
- gregory_network

node-red:
image: nodered/node-red:latest
restart: always
container_name: node-red
environment:
- TZ=Europe/Lisbon
- POSTGRES_PASSWORD=${POSTGRES_PASSWORD}
- POSTGRES_USER=${POSTGRES_USER}
- POSTGRES_DB=${POSTGRES_DB}
- DB_HOST=${DB_HOST}
ports:
- "1880:1880"
networks:
- gregory_network
volumes:
- ./nodered-data:/data

admin:
container_name: admin
restart: always
Expand Down

0 comments on commit 803e013

Please sign in to comment.