Private GIT

Skip to content
Snippets Groups Projects
Commit 61e60fb1 authored by Josh's avatar Josh
Browse files

use busterslim image, removed print

parent 14f0c899
Branches
No related tags found
No related merge requests found
FROM python:3.8-buster FROM python:3.8-slim-buster
LABEL maintainer="Aiden Gilmartin" \ LABEL maintainer="Aiden Gilmartin" \
description="Speedtest to InfluxDB data bridge" description="Speedtest to InfluxDB data bridge"
......
...@@ -7,7 +7,6 @@ from influxdb import InfluxDBClient ...@@ -7,7 +7,6 @@ from influxdb import InfluxDBClient
# InfluxDB Settings # InfluxDB Settings
DB_ADDRESS = os.environ.get('INFLUX_DB_ADDRESS') DB_ADDRESS = os.environ.get('INFLUX_DB_ADDRESS')
print(os.environ.get('INFLUX_DB_PORT'))
DB_PORT = int(os.environ.get('INFLUX_DB_PORT')) DB_PORT = int(os.environ.get('INFLUX_DB_PORT'))
DB_USER = os.environ.get('INFLUX_DB_USER') DB_USER = os.environ.get('INFLUX_DB_USER')
DB_PASSWORD = os.environ.get('INFLUX_DB_PASSWORD') DB_PASSWORD = os.environ.get('INFLUX_DB_PASSWORD')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment