Files
llm_gateway_chatbot/docker-compose.yml
2025-07-18 17:47:30 +09:00

11 lines
165 B
YAML

services:
chatbot:
build: .
container_name: pgn_spec_chatbot
ports:
- "8501:8501"
env_file:
- .env.chatbot
volumes:
- .:/app