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
|
@ -4,6 +4,7 @@ services:
|
|||
ca:
|
||||
volumes:
|
||||
- data:/data
|
||||
- step:/root/.step
|
||||
|
||||
memcached:
|
||||
restart: always
|
||||
|
@ -22,7 +23,7 @@ services:
|
|||
- SSH_CMDLINE=${SSH_CMDLINE:-ssh ssh://aur@localhost:2222}
|
||||
volumes:
|
||||
- ${GIT_DATA_DIR}:/aurweb/aur.git
|
||||
- ./data:/aurweb/data
|
||||
- data:/aurweb/data
|
||||
|
||||
smartgit:
|
||||
restart: always
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue