Skip to content

Commit

Permalink
use kiwix as org name instead of openzim
Browse files Browse the repository at this point in the history
  • Loading branch information
elfkuzco committed Jun 12, 2024
1 parent 0181ad1 commit 604a2b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ services:
depends_on:
postgresdb:
condition: service_healthy
image: openzim/mirrors-qa-backend
image: kiwix/mirrors-qa-backend
container_name: mirrors-qa-backend
environment:
POSTGRES_URI: postgresql+psycopg://mirrors_qa:mirrors_qa@postgresdb:5432/mirrors_qa
Expand All @@ -29,7 +29,7 @@ services:
ports:
- 8000:80
worker_manager:
image: openzim/mirrors-qa-worker-manager
image: kiwix/mirrors-qa-worker-manager
container_name: mirrors-qa-worker-manager
environment:
- BACKEND_ROOT_API=http://backend
Expand Down

0 comments on commit 604a2b3

Please sign in to comment.