Skip to content

Commit

Permalink
chore: update DATABASE_URL to use the database created via POSTGRES_D… (
Browse files Browse the repository at this point in the history
#286)

* chore: update unleash-edge docker image version in examples/docker-compose.yml
  • Loading branch information
snosratiershad authored Oct 3, 2023
1 parent b8d422a commit 3cedc71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
ports:
- "4242:4242"
environment:
DATABASE_URL: "postgres://postgres:unleash@db/postgres"
DATABASE_URL: "postgres://postgres:unleash@db/db"
DATABASE_SSL: "false"
INIT_CLIENT_API_TOKENS: "default:development.unleash-insecure-api-token"
depends_on:
Expand All @@ -25,7 +25,7 @@ services:
retries: 5
start_period: 10s
edge:
image: unleashorg/unleash-edge:v6.0.0
image: unleashorg/unleash-edge:v13.0.0
pull_policy: always
restart: always
depends_on:
Expand Down

0 comments on commit 3cedc71

Please sign in to comment.