mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
change(docker): use step-ca for CA + cert generation
Signed-off-by: Kevin Morris <kevr@0cost.org>
This commit is contained in:
parent
e558e979ff
commit
b98159d5b9
10 changed files with 160 additions and 69 deletions
|
@ -6,10 +6,6 @@ services:
|
|||
mariadb:
|
||||
condition: service_healthy
|
||||
|
||||
ca:
|
||||
volumes:
|
||||
- ./data:/data
|
||||
|
||||
git:
|
||||
volumes:
|
||||
- git_data:/aurweb/aur.git
|
||||
|
@ -45,13 +41,3 @@ services:
|
|||
- ./web/template:/aurweb/web/template
|
||||
- ./web/lib:/aurweb/web/lib
|
||||
- ./templates:/aurweb/templates
|
||||
|
||||
nginx:
|
||||
volumes:
|
||||
- git_data:/aurweb/aur.git
|
||||
- ./data:/data
|
||||
- ./logs:/var/log/nginx
|
||||
- ./web/html:/aurweb/web/html
|
||||
- ./web/template:/aurweb/web/template
|
||||
- ./web/lib:/aurweb/web/lib
|
||||
- smartgit_run:/var/run/smartgit
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue