File size: 356 Bytes
73c205a c78886f be705e8 73c205a c78886f 73c205a c78886f 73c205a | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | services:
api:
build:
context: .
dockerfile: Dockerfile
args:
HF_TOKEN: ${HF_TOKEN:-}
HUGGING_FACE_HUB_TOKEN: ${HUGGING_FACE_HUB_TOKEN:-}
image: dcn-llm-agent-challenge:latest
ports:
- "${HOST_PORT:-7860}:7860"
env_file:
- .env
environment:
PORT: "7860"
restart: unless-stopped
|