Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove version numbers in docs #489

Merged
merged 3 commits into from
Aug 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
services:
# PostgreSQL 14
# PostgreSQL
postgresql:
image: postgis/postgis:latest
environment:
Expand Down
7 changes: 4 additions & 3 deletions docs/DevDocs/GettingStarted.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,10 @@ The Vue-based SPA frontend. Source code is in the ["vue"](https://github.com/Res

Services the application requires.

- [NGINX Unit](https://unit.nginx.org/): serves both the backend and the bundled static assets ([Dockerfile](https://github.com/ResonantGeoData/RD-WATCH/blob/phase-ii/Dockerfile))
- [PostgreSQL 14](https://www.postgresql.org/docs/14/index.html) and [PostGIS 3.2](http://www.postgis.net/documentation/): data warehouse ([Dockerfile](https://github.com/ResonantGeoData/RD-WATCH/blob/phase-ii/docker/services/postgresql/Dockerfile))
- [Redis 7](https://redis.io/docs/): caching (and maybe in the future as a job queue) ([Dockerfile](https://github.com/ResonantGeoData/RD-WATCH/blob/phase-ii/docker/services/redis/Dockerfile))
- [NGINX Unit](https://unit.nginx.org/): serves both the backend and the bundled static assets
- [PostgreSQL](https://www.postgresql.org/docs/14/index.html) and [PostGIS](http://www.postgis.net/documentation/): data warehouse
- [MinIO/S3](https://min.io/): storage for satellite images for faster browsing
- [Redis](https://redis.io/docs/): caching and job queue

### Ingesting Data

Expand Down
Loading