mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
fix(docker): share FASTAPI_BACKEND with the server
Signed-off-by: Kevin Morris <kevr@0cost.org>
This commit is contained in:
parent
dc397f6bd8
commit
cdb854259a
2 changed files with 4 additions and 1 deletions
|
@ -165,6 +165,7 @@ services:
|
|||
init: true
|
||||
environment:
|
||||
- AUR_CONFIG=conf/config
|
||||
- FASTAPI_BACKEND=${FASTAPI_BACKEND}
|
||||
- FASTAPI_WORKERS=${FASTAPI_WORKERS}
|
||||
- AURWEB_FASTAPI_PREFIX=${AURWEB_FASTAPI_PREFIX}
|
||||
- AURWEB_SSHD_PREFIX=${AURWEB_SSHD_PREFIX}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue