Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
artur rocks committed Jan 5, 2025
1 parent aca0fb5 commit 907d020
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ like [FITS](https://projects.iq.harvard.edu/fits/).

### Deployment (Production)

To deploy FITSInn, use the Docker images provided:
To deploy FITSInn, use the Docker images provided and execute the following docker-compose command:

```bash
docker-compose -f docker-compose.yaml up --pull
Expand All @@ -37,6 +37,21 @@ docker-compose -f docker-compose.yaml up --pull
> **Note**:
> - Deployment to Docker Swarm or Kubernetes (K8S) is possible but not covered in this guide.

### Upgrade (Production)

To upgrade FITSInn, use the Docker images provided:

```bash
docker-compose -f docker-compose.yaml down
docker-compose -f docker-compose.yaml up --pull
```

> **Note**:
> - The first command will remove all previously created containers. This will cause deletion of all ingested collections.


### Local Development Build

To build the Docker images from scratch and start FITSInn locally:
Expand Down

0 comments on commit 907d020

Please sign in to comment.