3-dots-live-api-game / docker-compose.yml
Trudy's picture
3 dots game
21daab4
raw
history blame contribute delete
135 Bytes
version: '3.8'
services:
app:
build: .
ports:
- "3001:3001"
environment:
- GEMINI_API_KEY=${GEMINI_API_KEY}