Skip to content

Commit

Permalink
chore: remove redundant environment variable (#180)
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Fiedorowicz <[email protected]>
  • Loading branch information
mfiedorowicz authored Oct 3, 2024
1 parent 3f4235f commit b615173
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion diode-server/docker/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ services:
diode-ingester:
image: netboxlabs/diode-ingester:${DIODE_TAG:-latest}
environment:
- API_KEY=${RECONCILER_API_KEY}
- REDIS_PASSWORD=${REDIS_PASSWORD}
- REDIS_HOST=${REDIS_HOST}
- REDIS_PORT=${REDIS_PORT}
Expand Down
1 change: 0 additions & 1 deletion diode-server/docker/sample.env
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
DIODE_NGINX_PORT=8080
RECONCILER_API_KEY=CHANGE_.ME
REDIS_PASSWORD=@FmnLoA*VnebyVnZoL.!-.6z
REDIS_HOST=diode-redis
REDIS_PORT=6378
Expand Down

0 comments on commit b615173

Please sign in to comment.