Jotzy/compose.yaml

15 lines
227 B
YAML
Raw Normal View History

2026-01-06 12:51:40 +00:00
services:
api:
build:
context: ./backend
2026-01-06 13:13:59 +00:00
container_name: fastnotes-api
2026-01-06 15:37:01 +00:00
ports:
- "8000:8000" # ← Add this
2026-01-06 12:51:40 +00:00
2026-01-06 15:31:57 +00:00
# ui:
# build:
# context: ./frontend
# args:
# VITE_API_URL: /api