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