taiyo-demo / docker-compose.yml
yyuri's picture
Merge branch 'develop' into feature/s3
628c240
raw
history blame
178 Bytes
version: '3.8'
services:
web:
build: .
ports:
- "8501:8501"
volumes:
- .:/home/user/app
environment:
- PYTHONUNBUFFERED=1
env_file: .env