mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
more fixes
This commit is contained in:
parent
85f36fce0d
commit
8c4ba251e2
1 changed files with 11 additions and 0 deletions
|
@ -5,6 +5,15 @@ services:
|
|||
volumes:
|
||||
- cache:/cache
|
||||
|
||||
memcached:
|
||||
restart: always
|
||||
|
||||
redis:
|
||||
restart: always
|
||||
|
||||
mariadb:
|
||||
restart: always
|
||||
|
||||
git:
|
||||
restart: always
|
||||
volumes:
|
||||
|
@ -20,10 +29,12 @@ services:
|
|||
- smartgit_run:/var/run/smartgit
|
||||
|
||||
cgit-php:
|
||||
restart: always
|
||||
volumes:
|
||||
- ${GIT_DATA_DIR}:/aurweb/aur.git
|
||||
|
||||
cgit-fastapi:
|
||||
restart: always
|
||||
volumes:
|
||||
- ${GIT_DATA_DIR}:/aurweb/aur.git
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue