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

@ -1,12 +1,12 @@
services:
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
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}"
HD_INTERNAL_API_URL: http://backend:3000