mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
housekeep: remove PHP implementation
removal of the PHP codebase Signed-off-by: moson-mo <mo-son@mailbox.org>
This commit is contained in:
parent
97d0eac303
commit
8ca63075e9
128 changed files with 27 additions and 16046 deletions
|
@ -6,9 +6,6 @@ services:
|
|||
- data:/data
|
||||
- step:/root/.step
|
||||
|
||||
memcached:
|
||||
restart: always
|
||||
|
||||
redis:
|
||||
restart: always
|
||||
|
||||
|
@ -32,11 +29,6 @@ services:
|
|||
- data:/data
|
||||
- smartgit_run:/var/run/smartgit
|
||||
|
||||
cgit-php:
|
||||
restart: always
|
||||
volumes:
|
||||
- ${GIT_DATA_DIR}:/aurweb/aur.git
|
||||
|
||||
cgit-fastapi:
|
||||
restart: always
|
||||
volumes:
|
||||
|
@ -48,14 +40,6 @@ services:
|
|||
- mariadb_run:/var/run/mysqld
|
||||
- archives:/var/lib/aurweb/archives
|
||||
|
||||
php-fpm:
|
||||
restart: always
|
||||
environment:
|
||||
- AURWEB_PHP_PREFIX=${AURWEB_PHP_PREFIX}
|
||||
- AURWEB_SSHD_PREFIX=${AURWEB_SSHD_PREFIX}
|
||||
volumes:
|
||||
- data:/data
|
||||
|
||||
fastapi:
|
||||
restart: always
|
||||
environment:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue