CodeRED-Astra/docker-compose.prod.yml

9 lines
224 B
YAML

services:
web-app:
image: ghcr.io/${REPO_NAME_LOWER}/fallback-web-app:${IMAGE_TAG}
restart: always
ports:
- "127.0.0.1:3034:3000"
environment:
- GEMINI_API_KEY=${GEMINI_API_KEY}
depends_on: