2024-06-15 15:41:31 +08:00
|
|
|
#!/bin/bash
|
2024-06-20 15:01:27 +08:00
|
|
|
exec pb/pocketbase serve --http=0.0.0.0:8090 &
|
2024-06-15 20:04:10 +08:00
|
|
|
exec python tasks.py &
|
2024-06-20 15:01:27 +08:00
|
|
|
exec uvicorn backend:app --reload --host 0.0.0.0 --port 8077
|