mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-12 22:26:08 -04:00
chore: release alpha 2
Signed-off-by: Philip Molares <philip.molares@udo.edu>
This commit is contained in:
parent
a8616ebf84
commit
e797d600d4
6 changed files with 10 additions and 10 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue