costco-grocery-list/docker-compose.prod.yml
Nico 7adbbc1d3f
All checks were successful
Build & Deploy Costco Grocery List / build (push) Successful in 12s
Build & Deploy Costco Grocery List / deploy (push) Successful in 3s
Build & Deploy Costco Grocery List / notify (push) Successful in 1s
potential serving fix
2026-01-02 17:42:43 -08:00

16 lines
267 B
YAML

services:
frontend:
build: ./frontend
environment:
- MODE_ENV=production
ports:
- "3000:5173"
depends_on:
- backend
backend:
build: ./backend
ports:
- "5000:5000"
env_file:
- ./backend/.env