diff --git a/.gitignore b/.gitignore index ec9b09069..489751494 100644 --- a/.gitignore +++ b/.gitignore @@ -66,6 +66,4 @@ test.html docker-compose.build.yml docker-compose.bdd.yml -*.http - -docker-compose-windows.yml +*.http \ No newline at end of file diff --git a/docker-compose-windows.yml b/docker-compose-windows.yml new file mode 100644 index 000000000..379f2be41 --- /dev/null +++ b/docker-compose-windows.yml @@ -0,0 +1,22 @@ +version: '3.7' +services: + mysql: + image: mysql:8 + environment: + - MYSQL_ROOT_PASSWORD=my-secret-pw + healthcheck: + test: ["CMD", "mysqladmin" ,"ping", "-h", "localhost"] + timeout: 20s + retries: 10 + ports: + - '3306:3306' + - '33060:33060' + volumes: + - ./.mysql-data:/var/lib/mysql + minio: + image: minio/minio + ports: + - '9000:9000' + volumes: + - ./.minio-data:/data + command: server /data \ No newline at end of file diff --git a/src/components/activities/content/editors/VideoEditor/VideoModals.tsx b/src/components/activities/content/editors/VideoEditor/VideoModals.tsx index 812d2a6a5..167ed29c2 100644 --- a/src/components/activities/content/editors/VideoEditor/VideoModals.tsx +++ b/src/components/activities/content/editors/VideoEditor/VideoModals.tsx @@ -4,7 +4,6 @@ import React from 'react'; import ReactPlayer from 'react-player'; import { useQueryClient } from 'react-query'; -import ArrowRightAltIcon from '@mui/icons-material/ArrowRightAlt'; import CloudUploadIcon from '@mui/icons-material/CloudUpload'; import SettingsIcon from '@mui/icons-material/Settings'; import { Button, Divider, TextField } from '@mui/material'; @@ -187,13 +186,13 @@ export const VideoModals = ({ id, isModalOpen, setIsModalOpen, videoUrl, setVide > {step === 0 && ( <> -
+ {/*
} severity="info"> Créer une vidéo sur Clap! -
+
*/}