mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
fix(docker): fix cgit clone-prefix
Additionally, clone-prefix is now configurable via environment variables: - CGIT_CLONE_PREFIX_PHP - CGIT_CLONE_PREFIX_FASTAPI These vars can be used by production to customize the clone prefix. Signed-off-by: Kevin Morris <kevr@0cost.org>
This commit is contained in:
parent
c4163547f6
commit
db730ad8cb
3 changed files with 7 additions and 3 deletions
2
.env
2
.env
|
@ -1,3 +1,5 @@
|
|||
FASTAPI_BACKEND="uvicorn"
|
||||
FASTAPI_WORKERS=2
|
||||
MARIADB_SOCKET_DIR="/var/run/mysqld/"
|
||||
CGIT_CLONE_PREFIX_PHP=https://localhost:8443
|
||||
CGIT_CLONE_PREFIX_FASTAPI=https://localhost:8444
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue