Skip to content

Commit

Permalink
Specify pull policy for openverse- images (#4568)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvkb authored Jun 28, 2024
1 parent 97ff97d commit cda4f55
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions api/compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ services:
- API_PY_VERSION
- PDM_INSTALL_ARGS=--dev
image: openverse-api:${API_PDM_HASH:-latest}
pull_policy: never
volumes:
- .:/api:z
- ../packages/python:/packages/python:z
Expand Down
1 change: 1 addition & 0 deletions catalog/compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ x-airflow-common: &airflow-common
- postgres
- s3
image: openverse-catalog
pull_policy: never
env_file:
- .env
build:
Expand Down
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ services:
args: # Automatically inferred from env vars, unless specified
- PGCLI_VERSION
image: openverse-upstream_db
pull_policy: never
ports:
- "50255:5432"
volumes:
Expand Down
1 change: 1 addition & 0 deletions ingestion_server/compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ x-ingestion-server-common: &ingestion-server-common
args: # Automatically inferred from env vars, unless specified
- INGESTION_PY_VERSION
image: openverse-ingestion_server
pull_policy: never
env_file:
- env.docker
- .env
Expand Down

0 comments on commit cda4f55

Please sign in to comment.