This commit is contained in:
Jamitz 2026-01-06 15:37:01 +00:00
parent 0e6ce1eec2
commit a4f260f5a3

View file

@ -3,6 +3,9 @@ services:
build: build:
context: ./backend context: ./backend
container_name: fastnotes-api container_name: fastnotes-api
ports:
- "8000:8000" # ← Add this
# ui: # ui:
# build: # build: