initial commit
This commit is contained in:
commit
aaba8753ef
36 changed files with 3682 additions and 0 deletions
10
compose.yaml
Normal file
10
compose.yaml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
services:
|
||||
lolly-api:
|
||||
build: .
|
||||
command: uv run fastapi run src/main.py --host 0.0.0.0 --port 8000
|
||||
env_file:
|
||||
- .env
|
||||
ports:
|
||||
- "${PUBLIC_API_PORT:-7311}:8000"
|
||||
volumes:
|
||||
- ./src:/app/src
|
||||
Loading…
Add table
Add a link
Reference in a new issue