mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
fix(docker): reorg ./data mounts
Signed-off-by: Kevin Morris <kevr@0cost.org>
This commit is contained in:
parent
d658627e99
commit
7b0d664bc0
3 changed files with 13 additions and 11 deletions
|
@ -33,12 +33,6 @@ services:
|
|||
healthcheck:
|
||||
test: "bash /docker/health/run-ca.sh"
|
||||
interval: 3s
|
||||
tmpfs:
|
||||
- /tmp
|
||||
volumes:
|
||||
- ./docker:/docker
|
||||
- ./data:/data
|
||||
- step:/root/.step
|
||||
|
||||
memcached:
|
||||
image: aurweb:latest
|
||||
|
@ -269,10 +263,6 @@ services:
|
|||
condition: service_healthy
|
||||
php-fpm:
|
||||
condition: service_healthy
|
||||
volumes:
|
||||
- ./data:/data
|
||||
- archives:/var/lib/aurweb/archives
|
||||
- smartgit_run:/var/run/smartgit
|
||||
|
||||
sharness:
|
||||
image: aurweb:latest
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue