From d2bb13d2bb0f1f076a77011896fcb1532e06ce8f Mon Sep 17 00:00:00 2001 From: Matthieu Lamalle Date: Mon, 3 Apr 2023 17:19:18 +0200 Subject: [PATCH] update compose --- docker-compose.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index e16f643..72ee033 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,14 +1,7 @@ version: "2.4" services: oidc-test: - build: - context: ./ - dockerfile: ./misc/dokku/Dockerfile - args: - - HTTP_PROXY=${HTTP_PROXY:-} - - HTTPS_PROXY=${HTTPS_PROXY:-} - - http_proxy=${http_proxy:-} - - https_proxy=${https_proxy:-} + image: reg.cadoles.com/cadoles/goweb-oidc-test environment: - LOG_LEVEL=0 - HTTP_ADDRESS=0.0.0.0:3002