Skip to content

Commit 76a7096

Browse files
committed
Set pull_policy: always for integration services
Ensures that latest is always re-pulled on integration
1 parent 0505d0c commit 76a7096

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docker-compose.integration.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
services:
22
api:
33
image: "ghcr.io/nsidc/data-access-tool-api:latest"
4+
pull_policy: always
45
server:
56
image: "ghcr.io/nsidc/data-access-tool-server:latest"
7+
pull_policy: always

0 commit comments

Comments
 (0)