This commit is contained in:
Nicola Malizia
2026-02-24 15:30:25 +01:00
commit 2f2d5ed486
12 changed files with 1041 additions and 0 deletions

12
docker-compose.yml Normal file
View File

@@ -0,0 +1,12 @@
version: '3.8'
services:
carousel-generator:
build: .
container_name: linkedin-carousel-app
ports:
- "8501:8501"
environment:
# You can pass your API key here or use an .env file
- GOOGLE_API_KEY=${GOOGLE_API_KEY}
restart: unless-stopped