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

13 lines
211 B
YAML

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