dockerize app

This commit is contained in:
2025-06-19 08:22:32 +00:00
parent 8d444df917
commit 8db9b920d9
4 changed files with 134 additions and 0 deletions

9
docker-compose.yml Normal file
View 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}