Files
appointment_tool/docker-compose.yml

9 lines
186 B
YAML

version: '3.1'
services:
speechtotext:
image: appointment:latest
restart: always
ports:
# <Port exposed> : < MySQL Port running inside container>
- '8000:8000'