llm-mixer / docker-compose.yml
Hansimov's picture
:boom: [Fix] cors issue with hostname, and add docker-compose.yml
b314dc1
raw
history blame
149 Bytes
version: '3'
services:
your_service:
build:
context: .
dockerfile: Dockerfile
ports:
- "443:12345"
- "12349:12349"