MiniSearch / docker-compose.production.yml
github-actions[bot]
Sync to HuggingFace Spaces
bb87079
raw
history blame contribute delete
240 Bytes
services:
production-server:
environment:
- HOST=${HOST:-0.0.0.0}
- PORT=${PORT:-7860}
- BASIC_SSL=${BASIC_SSL:-false}
ports:
- "${PORT:-7860}:7860"
build:
dockerfile: Dockerfile
context: .