test / docker-compose.yml
Serdar's picture
wip
944e71b
raw
history blame contribute delete
240 Bytes
version: '3.8'
services:
sabiduria-api:
build:
context: . # The build context is the current directory where the Dockerfile is located
dockerfile: Dockerfile # The name of your Dockerfile
ports:
- "7860:7860"