Deep-Search / docker-compose.production.yml
prithivMLmods's picture
Upload 39 files
a7634ef verified
raw
history blame contribute delete
251 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: .