We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e6a806 commit 9912943Copy full SHA for 9912943
docker-compose.yaml
@@ -8,16 +8,7 @@ services:
8
9
api:
10
container_name: 'kernelci-api'
11
- build:
12
- context: 'docker/api'
13
- args:
14
- - REQUIREMENTS=${REQUIREMENTS:-requirements.txt}
15
- - core_rev=${CORE_REV:-main}
16
- volumes:
17
- - './api:/home/kernelci/api'
18
- - './tests:/home/kernelci/tests'
19
- - './migrations:/home/kernelci/migrations'
20
- - './templates:/home/kernelci/templates'
+ image: kernelci/staging-api:${KERNELCI_API_VERSION:-latest}
21
ports:
22
- '${API_HOST_PORT:-8001}:8000'
23
env_file:
0 commit comments