add Dockerfile and docker-compose file

This commit is contained in:
2022-09-27 00:06:20 +02:00
parent e3addbb8ba
commit a5c4902d9d
2 changed files with 9 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
version: '3.1'
services:
speechtotext:
image: appointment:latest
restart: always
ports:
# <Port exposed> : < MySQL Port running inside container>
- '8000:8000'