draft: Add OpenFoodFacts Dataset

/!\ Warning: Stream doesn't end
This commit is contained in:
Lucàs
2024-10-07 23:22:22 +02:00
parent 3826e3f955
commit 5e53d9d914
10 changed files with 42 additions and 16 deletions
+6 -7
View File
@@ -1,14 +1,13 @@
version: '3.1'
version: "3.1"
services:
mariadb:
image: mariadb:latest
restart: 'always'
volumes:
- ./mariaDB/init:/docker-entrypoint-initdb.d
restart: "always"
# volumes:
# - ./mariaDB/init:/docker-entrypoint-initdb.d
environment:
MYSQL_ROOT_PASSWORD: root
MYSQL_DATABASE: db_prod
MYSQL_DATABASE: db
ports:
- "3306:3306"
- "3306:3306"