qatool / docker-compose.yml
naotakigawa's picture
init
d14246a
raw
history blame
231 Bytes
version: '3.8'
services:
app:
restart: always
build:
context: .
dockerfile: Dockerfile
ports:
- 8501:8501
volumes:
- .:/app
env_file:
- .env
command: streamlit run Chatbot.py