dockerize app
This commit is contained in:
9
docker-compose.yml
Normal file
9
docker-compose.yml
Normal file
@ -0,0 +1,9 @@
|
||||
services:
|
||||
app:
|
||||
image: translator:latest
|
||||
restart: always
|
||||
ports:
|
||||
- 8501:8501
|
||||
environment:
|
||||
- OPENAI_API_KEY=${OPENAI_API_KEY}
|
||||
- GEMINI_API_KEY=${GEMINI_API_KEY}
|
Reference in New Issue
Block a user