From 3cedc718e47240fa02958396ba03dc021022521e Mon Sep 17 00:00:00 2001 From: Salar Nosrati-Ershad Date: Tue, 3 Oct 2023 14:00:40 +0330 Subject: [PATCH] =?UTF-8?q?chore:=20update=20DATABASE=5FURL=20to=20use=20t?= =?UTF-8?q?he=20database=20created=20via=20POSTGRES=5FD=E2=80=A6=20(#286)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore: update unleash-edge docker image version in examples/docker-compose.yml --- examples/docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/docker-compose.yml b/examples/docker-compose.yml index b2c85cc6..2366b030 100644 --- a/examples/docker-compose.yml +++ b/examples/docker-compose.yml @@ -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: @@ -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: