Skip to content

Commit

Permalink
fix(docker): compose
Browse files Browse the repository at this point in the history
  • Loading branch information
StanGirard committed Sep 10, 2024
1 parent d6262f0 commit fb0658a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ services:
- 3000:3000

backend-api:
image: quivr-backend-api:latest
image: stangirard/quivr-backend-prebuilt:latest
pull_policy: if_not_present
env_file:
- .env
Expand All @@ -43,7 +43,7 @@ services:

worker:
pull_policy: if_not_present
image: quivr-backend-api:latest
image: stangirard/quivr-backend-prebuilt:latest
env_file:
- .env
container_name: worker
Expand All @@ -57,7 +57,7 @@ services:

notifier:
pull_policy: never
image: quivr-backend-api:latest
image: stangirard/quivr-backend-prebuilt:latest
extra_hosts:
- "host.docker.internal:host-gateway"
env_file:
Expand All @@ -71,7 +71,7 @@ services:
- worker

beat:
image: quivr-backend-api:latest
image: stangirard/quivr-backend-prebuilt:latest
pull_policy: if_not_present
env_file:
- .env
Expand All @@ -86,7 +86,7 @@ services:
- redis

flower:
image: quivr-backend-api:latest
image: stangirard/quivr-backend-prebuilt:latest
pull_policy: if_not_present
env_file:
- .env
Expand Down

0 comments on commit fb0658a

Please sign in to comment.