Jotzy/compose.yaml
2026-01-06 15:37:01 +00:00

14 lines
227 B
YAML

services:
api:
build:
context: ./backend
container_name: fastnotes-api
ports:
- "8000:8000" # ← Add this
# ui:
# build:
# context: ./frontend
# args:
# VITE_API_URL: /api