gemini_watermark_cleaner/docker-compose.yml

15 lines
296 B
YAML
Raw Permalink Normal View History

2026-02-03 05:13:33 +00:00
version: '3.8'
services:
app:
container_name: gemini-watermark-cleaner
build:
context: .
dockerfile: Dockerfile
restart: always
ports:
# Maps Host Port (from .env) to Container Port (80)
- "${PORT:-3000}:80"
environment:
- NODE_ENV=production