HypePack / docker-compose.yml
LeoWalker's picture
forgot the updated poetry lock and yml
86fde48
raw
history blame
229 Bytes
services:
hypecast:
build: .
ports:
- "8501:8501"
volumes:
- .:/app
environment:
- OPENAI_API_KEY=${OPENAI_API_KEY}
- LMNT_API_KEY=${LMNT_API_KEY}
- GOOGLE_API_KEY=${GOOGLE_API_KEY}