You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+65-22Lines changed: 65 additions & 22 deletions
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ Create a `.env` file from `.env.template` which will be read by docker compose:
31
31
32
32
Then start the external services and the providers scheduler:
33
33
34
-
-`docker compose --profile=application up --build`
34
+
-`docker compose --profile=scheduler up --build`
35
35
36
36
Some providers need [winds-mobi-admin](https://github.com/winds-mobi/winds-mobi-admin#run-the-project-with-docker-compose-simple-way) running to get stations metadata.
37
37
@@ -72,7 +72,7 @@ Then start the external services:
72
72
73
73
#### Run only a provider
74
74
75
-
-`PYTHONPATH=. dotenv -f .env.localhost run python providers/ffvl.py`
75
+
-`dotenv -f .env.localhost run python providers/ffvl.py`
76
76
77
77
### Contributing
78
78
@@ -89,7 +89,7 @@ You know a good weather station that would be useful for many paraglider pilots
89
89
Awesome! Fork this repository and create a pull request with your new provider code. It's easy, look at the following
0 commit comments