chore: release alpha 2

Signed-off-by: Philip Molares <philip.molares@udo.edu>
This commit is contained in:
Philip Molares 2023-10-23 22:46:19 +02:00
parent a8616ebf84
commit e797d600d4
6 changed files with 10 additions and 10 deletions

View file

@ -25,7 +25,7 @@ in your `docker-compose.yml`:
??? abstract "docker-compose.yml"
```yaml
backend:
image: ghcr.io/hedgedoc/hedgedoc/backend:2.0.0-alpha.1
image: ghcr.io/hedgedoc/hedgedoc/backend:2.0.0-alpha.2
volumes:
- $PWD/.env:/usr/src/app/backend/.env
- hedgedoc_uploads:/usr/src/app/backend/uploads
@ -37,7 +37,7 @@ in your `docker-compose.yml`:
traefik.http.services.hedgedoc_2_backend.loadbalancer.server.port: "3000"
traefik.http.services.hedgedoc_2_backend.loadbalancer.server.scheme: "http"
frontend:
image: ghcr.io/hedgedoc/hedgedoc/frontend:2.0.0-alpha.1
image: ghcr.io/hedgedoc/hedgedoc/frontend:2.0.0-alpha.2
environment:
HD_BASE_URL: "${HD_BASE_URL}"
labels:
@ -79,14 +79,14 @@ you need to add the `ports` entry for both `backend` and `frontend` as following
??? abstract "docker-compose.yml"
```yaml
backend:
image: ghcr.io/hedgedoc/hedgedoc/backend:2.0.0-alpha.1
image: ghcr.io/hedgedoc/hedgedoc/backend:2.0.0-alpha.2
volumes:
- $PWD/.env:/usr/src/app/backend/.env
- hedgedoc_uploads:/usr/src/app/backend/uploads
ports:
- "3000:3000"
frontend:
image: ghcr.io/hedgedoc/hedgedoc/frontend:2.0.0-alpha.1
image: ghcr.io/hedgedoc/hedgedoc/frontend:2.0.0-alpha.2
environment:
HD_BASE_URL: "${HD_BASE_URL}"
ports: