wip
This commit is contained in:
parent
a0446a9860
commit
52db6b96df
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
|
Reference in New Issue