mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
fix(docker): fix cgit css config
Signed-off-by: Kevin Morris <kevr@0cost.org>
This commit is contained in:
parent
686c032290
commit
9424341b55
2 changed files with 3 additions and 0 deletions
|
@ -112,6 +112,7 @@ services:
|
|||
environment:
|
||||
- AUR_CONFIG=/aurweb/conf/config
|
||||
- CGIT_CLONE_PREFIX=${AURWEB_PHP_PREFIX}
|
||||
- CGIT_CSS=/css/cgit.css
|
||||
entrypoint: /docker/cgit-entrypoint.sh
|
||||
command: /docker/scripts/run-cgit.sh 3000
|
||||
healthcheck:
|
||||
|
@ -131,6 +132,7 @@ services:
|
|||
environment:
|
||||
- AUR_CONFIG=/aurweb/conf/config
|
||||
- CGIT_CLONE_PREFIX=${AURWEB_FASTAPI_PREFIX}
|
||||
- CGIT_CSS=/static/css/cgit.css
|
||||
entrypoint: /docker/cgit-entrypoint.sh
|
||||
command: /docker/scripts/run-cgit.sh 3000
|
||||
healthcheck:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue