Add real-time data fetching and configuration options

See README and .env.example
This commit is contained in:
clementupshot
2024-09-04 20:24:42 +02:00
parent 087e8b3543
commit cb8b17a3ed
12 changed files with 387 additions and 160 deletions

View File

@ -1,5 +1,4 @@
# Use an official Python runtime as the base image
FROM amd64/python:3.9-buster as project_env
FROM python:3.11-slim as project_env
# Set the working directory in the container
WORKDIR /app