mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-21 17:26:29 -05:00
docs: set HD_INTERNAL_API_URL in docker-compose.yml example
Signed-off-by: David Mehren <git@herrmehren.de>
This commit is contained in:
parent
f43c9fd2b1
commit
0df8533450
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ services:
|
|||
image: ghcr.io/hedgedoc/hedgedoc/frontend:2.0.0-alpha.1
|
||||
environment:
|
||||
HD_BASE_URL: "${HD_BASE_URL}"
|
||||
HD_INTERNAL_API_URL: http://backend:3000
|
||||
|
||||
db:
|
||||
image: postgres:16
|
||||
|
|
Loading…
Reference in a new issue