Skip to content

Feat/S3+Postgres+connection LabelStudio#26

Merged
Hpoinseaux merged 5 commits into
mainfrom
minio
Apr 15, 2026
Merged

Feat/S3+Postgres+connection LabelStudio#26
Hpoinseaux merged 5 commits into
mainfrom
minio

Conversation

@TimCo31
Copy link
Copy Markdown
Collaborator

@TimCo31 TimCo31 commented Apr 15, 2026

Hello,
Je suis reparti des modifs de @alexpetit , j'ai intégré les changements avec la création du bucket S3 et des tests d'import d'images.
Sur labelstudio pour le moment pour le faire marcher, il faut avoir créé le projet en amont.
Pour run le code :

docker compose --env-file .env -f infra/docker-compose.yml up -d
docker build -t biolit-pipeline .
docker run --rm   --network biolit_network   --env-file .env   biolit-pipeline   uv run python -m pipelines.run

En ayant un .env de ce type

# Connexion PostgreSQL
POSTGRES_URL=postgresql://biolituser:biolit@postgres:5432/biolit_db
POSTGRES_USER=biolituser
POSTGRES_PASSWORD=biolit
POSTGRES_DB=biolit_db

# Biolit API url
BIOLIT_API_URL=

# Minio
MINIO_ROOT_USER=minio
MINIO_ROOT_PASSWORD=minio123

# Label Studio
LABEL_STUDIO_API_KEY=

@Hpoinseaux Hpoinseaux merged commit a635a09 into main Apr 15, 2026
1 check failed
@Hpoinseaux Hpoinseaux deleted the minio branch April 15, 2026 09:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants