Skip to content

Commit

Permalink
fix(build): Avoid E2E rate limiting by swithing to Postgres image hos…
Browse files Browse the repository at this point in the history
…ted on GHCR (#4328)
  • Loading branch information
khvn26 authored Jul 12, 2024
1 parent 759e745 commit 249db14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/docker-compose-e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
version: '3'
services:
db:
image: public.ecr.aws/docker/library/postgres:15.5-alpine
image: ghcr.io/cloudnative-pg/postgresql:15
environment:
POSTGRES_PASSWORD: password
POSTGRES_DB: flagsmith
Expand Down

0 comments on commit 249db14

Please sign in to comment.