Spaces:
Runtime error
Runtime error
Commit ·
bfa00c1
1
Parent(s): 465be34
Add pull policy to backend service in Docker Compose configuration
Browse files- docker-compose.yml +1 -0
docker-compose.yml
CHANGED
|
@@ -1,6 +1,7 @@
|
|
| 1 |
services:
|
| 2 |
backend:
|
| 3 |
image: sifars.azurecr.io/ipns-pocs/proposal-evaluation-backend:${BUILD_BUILDNUMBER:-latest}
|
|
|
|
| 4 |
ports:
|
| 5 |
- "7860:7860"
|
| 6 |
env_file:
|
|
|
|
| 1 |
services:
|
| 2 |
backend:
|
| 3 |
image: sifars.azurecr.io/ipns-pocs/proposal-evaluation-backend:${BUILD_BUILDNUMBER:-latest}
|
| 4 |
+
pull_policy: always
|
| 5 |
ports:
|
| 6 |
- "7860:7860"
|
| 7 |
env_file:
|