Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Specify pull policy for openverse- images #4568

Merged
merged 2 commits into from
Jun 28, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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: 0 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ services:
target: db
args: # Automatically inferred from env vars, unless specified
- PGCLI_VERSION
image: openverse-upstream_db
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
Loading