File size: 135 Bytes
ec50620
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
version: '3.8'

services:
  app:
    build: .
    ports:
      - "3001:3001"
    environment:
      - GEMINI_API_KEY=${GEMINI_API_KEY}