This commit is contained in:
parent
4e861c270f
commit
ac664886e3
2 changed files with 3 additions and 3 deletions
|
@ -23,7 +23,7 @@ jobs:
|
|||
container:
|
||||
image: tiptop:5000/treetrail-backend-ci
|
||||
volumes:
|
||||
- "/root/.cache/uv:uv_cache"
|
||||
- "uv_cache:/root/.cache/uv"
|
||||
services:
|
||||
treetrail-database:
|
||||
image: treetrail-database
|
||||
|
|
|
@ -14,8 +14,8 @@ jobs:
|
|||
container:
|
||||
image: tiptop:5000/python-ci
|
||||
volumes:
|
||||
- "/root/.cache/uv:uv_cache"
|
||||
- "/etc/containers/certs.d:ca-cert"
|
||||
- "uv_cache:/root/.cache/uv"
|
||||
- "ca-cert:/etc/containers/certs.d"
|
||||
services:
|
||||
treetrail-database:
|
||||
image: treetrail-database
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue