mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-15 07:34:42 -04:00
docs: fix alpha image tag
Signed-off-by: David Mehren <git@herrmehren.de>
This commit is contained in:
parent
d10c922cba
commit
de14b75369
2 changed files with 7 additions and 7 deletions
|
@ -1,17 +1,17 @@
|
|||
services:
|
||||
backend:
|
||||
image: ghcr.io/hedgedoc/hedgedoc/backend:2.0-alpha
|
||||
image: ghcr.io/hedgedoc/hedgedoc/backend:2.0.0-alpha.1
|
||||
volumes:
|
||||
- $PWD/.env:/usr/src/app/backend/.env
|
||||
- hedgedoc_uploads:/usr/src/app/backend/uploads
|
||||
|
||||
frontend:
|
||||
image: ghcr.io/hedgedoc/hedgedoc/frontend:2.0-alpha
|
||||
image: ghcr.io/hedgedoc/hedgedoc/frontend:2.0.0-alpha.1
|
||||
environment:
|
||||
HD_BASE_URL: "${HD_BASE_URL}"
|
||||
|
||||
db:
|
||||
image: postgres:15
|
||||
image: postgres:16
|
||||
environment:
|
||||
POSTGRES_USER: "${HD_DATABASE_USER}"
|
||||
POSTGRES_PASSWORD: "${HD_DATABASE_PASS}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue