Skip to content

Commit

Permalink
Fix depends on
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewelwell committed Oct 17, 2024
1 parent fc63070 commit 9d2900d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/docker-compose-e2e-tests.pgpool.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
# docker-compose -f docker-compose-e2e-tests.pgpool.yml build
# docker-compose -f docker-compose-e2e-tests.pgpool.yml up

version: '3'
services:
pg-0:
image: docker.io/bitnami/postgresql-repmgr:14
Expand Down Expand Up @@ -67,6 +66,8 @@ services:
service: flagsmith-api
environment:
DATABASE_URL: postgresql://flagsmith:password@pgpool:5432/flagsmith
depends_on:
- pgpool

frontend:
extends:
Expand Down

0 comments on commit 9d2900d

Please sign in to comment.