test
This commit is contained in:
parent
0e6ce1eec2
commit
a4f260f5a3
1 changed files with 3 additions and 0 deletions
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue