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:
|
volumes:
|
||||||
- cache:/cache
|
- cache:/cache
|
||||||
|
|
||||||
|
memcached:
|
||||||
|
restart: always
|
||||||
|
|
||||||
|
redis:
|
||||||
|
restart: always
|
||||||
|
|
||||||
|
mariadb:
|
||||||
|
restart: always
|
||||||
|
|
||||||
git:
|
git:
|
||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
|
@ -20,10 +29,12 @@ services:
|
||||||
- smartgit_run:/var/run/smartgit
|
- smartgit_run:/var/run/smartgit
|
||||||
|
|
||||||
cgit-php:
|
cgit-php:
|
||||||
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
- ${GIT_DATA_DIR}:/aurweb/aur.git
|
- ${GIT_DATA_DIR}:/aurweb/aur.git
|
||||||
|
|
||||||
cgit-fastapi:
|
cgit-fastapi:
|
||||||
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
- ${GIT_DATA_DIR}:/aurweb/aur.git
|
- ${GIT_DATA_DIR}:/aurweb/aur.git
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue