Skip to content

Commit

Permalink
remove node-red
Browse files Browse the repository at this point in the history
  • Loading branch information
brunoamaral committed May 25, 2024
1 parent e3a4d85 commit 1698f6c
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 1698f6c

Please sign in to comment.