From 52db6b96dffd7ecdf9c9f9ec28f79f5a57fbd003 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Leszczyk?= Date: Wed, 25 May 2022 13:36:41 +0200 Subject: [PATCH] wip --- docker-compose.accounts.yml | 2 +- docker/nginx/conf.d/server/server.account | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/docker-compose.accounts.yml b/docker-compose.accounts.yml index 7ec78a04..93d17bf9 100644 --- a/docker-compose.accounts.yml +++ b/docker-compose.accounts.yml @@ -21,7 +21,7 @@ services: accounts: # uncomment "build" and comment out "image" to build from sources - build: https://github.com/SkynetLabs/skynet-accounts.git#dashboard-v2-tests + build: https://github.com/SkynetLabs/skynet-accounts.git#main # image: skynetlabs/skynet-accounts:1.1.0 container_name: accounts restart: unless-stopped diff --git a/docker/nginx/conf.d/server/server.account b/docker/nginx/conf.d/server/server.account index a538bdaf..830af397 100644 --- a/docker/nginx/conf.d/server/server.account +++ b/docker/nginx/conf.d/server/server.account @@ -16,17 +16,17 @@ location /health { proxy_pass http://accounts:3000; } -location /stripe/webhook { - proxy_pass http://accounts:3000; -} +#location /stripe/webhook { +# proxy_pass http://accounts:3000; +#} -location /api/stripe/billing { - proxy_pass http://dashboard:3000; -} +#location /api/stripe/billing { +# proxy_pass http://dashboard:3000; +#} -location /api/stripe/checkout { - proxy_pass http://dashboard:3000; -} +#location /api/stripe/checkout { +# proxy_pass http://dashboard:3000; +#} location /api { rewrite /api/(.*) /$1 break;