Compare commits
14 Commits
master
...
dashboard-
Author | SHA1 | Date |
---|---|---|
Michał Leszczyk | 124bdcec5e | |
Michał Leszczyk | 7cb8f3c791 | |
Michał Leszczyk | 9dacf07ef4 | |
Michał Leszczyk | a4709cd6af | |
Michał Leszczyk | bbc598ddf7 | |
Michał Leszczyk | 2a3a0c96f8 | |
Michał Leszczyk | 41466a47da | |
Michał Leszczyk | ee0ebb265e | |
Michał Leszczyk | 3420155381 | |
Michał Leszczyk | f798035a17 | |
Michał Leszczyk | 583575f5ea | |
Michał Leszczyk | 52db6b96df | |
Michał Leszczyk | a0446a9860 | |
Michał Leszczyk | ecadc58a44 |
|
@ -21,8 +21,8 @@ services:
|
||||||
|
|
||||||
accounts:
|
accounts:
|
||||||
# uncomment "build" and comment out "image" to build from sources
|
# uncomment "build" and comment out "image" to build from sources
|
||||||
# build: https://github.com/SkynetLabs/skynet-accounts.git#main
|
build: https://github.com/SkynetLabs/skynet-accounts.git#dashboard-v2-tests
|
||||||
image: skynetlabs/skynet-accounts:1.1.0
|
# image: skynetlabs/skynet-accounts:1.1.0
|
||||||
container_name: accounts
|
container_name: accounts
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
logging: *default-logging
|
logging: *default-logging
|
||||||
|
@ -54,51 +54,51 @@ services:
|
||||||
depends_on:
|
depends_on:
|
||||||
- mongo
|
- mongo
|
||||||
|
|
||||||
dashboard:
|
# dashboard:
|
||||||
# uncomment "build" and comment out "image" to build from sources
|
# # uncomment "build" and comment out "image" to build from sources
|
||||||
# build:
|
|
||||||
# context: https://github.com/SkynetLabs/skynet-webportal.git#master
|
|
||||||
# dockerfile: ./packages/dashboard/Dockerfile
|
|
||||||
image: skynetlabs/dashboard
|
|
||||||
container_name: dashboard
|
|
||||||
restart: unless-stopped
|
|
||||||
logging: *default-logging
|
|
||||||
env_file:
|
|
||||||
- .env
|
|
||||||
environment:
|
|
||||||
- NEXT_PUBLIC_PORTAL_DOMAIN=${PORTAL_DOMAIN}
|
|
||||||
- NEXT_PUBLIC_STRIPE_PUBLISHABLE_KEY=${STRIPE_PUBLISHABLE_KEY}
|
|
||||||
volumes:
|
|
||||||
- ./docker/data/dashboard/.next:/usr/app/.next
|
|
||||||
networks:
|
|
||||||
shared:
|
|
||||||
ipv4_address: 10.10.10.85
|
|
||||||
expose:
|
|
||||||
- 3000
|
|
||||||
depends_on:
|
|
||||||
- mongo
|
|
||||||
|
|
||||||
# Do not build dashboard-v2 until we're ready to make a switch
|
|
||||||
# ============================================================
|
|
||||||
# dashboard-v2:
|
|
||||||
# build:
|
# build:
|
||||||
# context: ./packages/dashboard-v2
|
# context: https://github.com/SkynetLabs/skynet-webportal.git#master
|
||||||
# dockerfile: Dockerfile
|
# dockerfile: ./packages/dashboard/Dockerfile
|
||||||
# container_name: dashboard-v2
|
# # image: skynetlabs/dashboard
|
||||||
|
# container_name: dashboard
|
||||||
# restart: unless-stopped
|
# restart: unless-stopped
|
||||||
# logging: *default-logging
|
# logging: *default-logging
|
||||||
# env_file:
|
# env_file:
|
||||||
# - .env
|
# - .env
|
||||||
# environment:
|
# environment:
|
||||||
# - GATSBY_PORTAL_DOMAIN=${PORTAL_DOMAIN}
|
# - NEXT_PUBLIC_PORTAL_DOMAIN=${PORTAL_DOMAIN}
|
||||||
# - GATSBY_STRIPE_PUBLISHABLE_KEY=${STRIPE_PUBLISHABLE_KEY}
|
# - NEXT_PUBLIC_STRIPE_PUBLISHABLE_KEY=${STRIPE_PUBLISHABLE_KEY}
|
||||||
# volumes:
|
# volumes:
|
||||||
# - ./docker/data/dashboard-v2/.cache:/usr/app/.cache
|
# - ./docker/data/dashboard/.next:/usr/app/.next
|
||||||
# - ./docker/data/dashboard-v2/public:/usr/app/public
|
|
||||||
# networks:
|
# networks:
|
||||||
# shared:
|
# shared:
|
||||||
# ipv4_address: 10.10.10.86
|
# ipv4_address: 10.10.10.85
|
||||||
# expose:
|
# expose:
|
||||||
# - 9000
|
# - 3000
|
||||||
# depends_on:
|
# depends_on:
|
||||||
# - mongo
|
# - mongo
|
||||||
|
|
||||||
|
# Do not build dashboard-v2 until we're ready to make a switch
|
||||||
|
# ============================================================
|
||||||
|
dashboard-v2:
|
||||||
|
build:
|
||||||
|
context: ./packages/dashboard-v2
|
||||||
|
dockerfile: Dockerfile
|
||||||
|
container_name: dashboard-v2
|
||||||
|
restart: unless-stopped
|
||||||
|
logging: *default-logging
|
||||||
|
env_file:
|
||||||
|
- .env
|
||||||
|
environment:
|
||||||
|
- GATSBY_PORTAL_DOMAIN=${PORTAL_DOMAIN}
|
||||||
|
- GATSBY_STRIPE_PUBLISHABLE_KEY=${STRIPE_PUBLISHABLE_KEY}
|
||||||
|
volumes:
|
||||||
|
- ./docker/data/dashboard-v2/.cache:/usr/app/.cache
|
||||||
|
- ./docker/data/dashboard-v2/public:/usr/app/public
|
||||||
|
networks:
|
||||||
|
shared:
|
||||||
|
ipv4_address: 10.10.10.86
|
||||||
|
expose:
|
||||||
|
- 9000
|
||||||
|
depends_on:
|
||||||
|
- mongo
|
||||||
|
|
|
@ -4,30 +4,14 @@ include /etc/nginx/conf.d/include/ssl-settings;
|
||||||
include /etc/nginx/conf.d/include/init-optional-variables;
|
include /etc/nginx/conf.d/include/init-optional-variables;
|
||||||
|
|
||||||
# Uncomment to launch new Dashboard under /v2 path
|
# Uncomment to launch new Dashboard under /v2 path
|
||||||
# location /v2 {
|
|
||||||
# proxy_pass http://dashboard-v2:9000;
|
|
||||||
# }
|
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
proxy_pass http://dashboard:3000;
|
proxy_pass http://dashboard-v2:9000;
|
||||||
}
|
}
|
||||||
|
|
||||||
location /health {
|
location /health {
|
||||||
proxy_pass http://accounts:3000;
|
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/checkout {
|
|
||||||
proxy_pass http://dashboard:3000;
|
|
||||||
}
|
|
||||||
|
|
||||||
location /api {
|
location /api {
|
||||||
rewrite /api/(.*) /$1 break;
|
rewrite /api/(.*) /$1 break;
|
||||||
proxy_pass http://accounts:3000;
|
proxy_pass http://accounts:3000;
|
||||||
|
|
|
@ -11,7 +11,7 @@ module.exports = {
|
||||||
title: `Account Dashboard`,
|
title: `Account Dashboard`,
|
||||||
siteUrl: `https://account.${GATSBY_PORTAL_DOMAIN}`,
|
siteUrl: `https://account.${GATSBY_PORTAL_DOMAIN}`,
|
||||||
},
|
},
|
||||||
pathPrefix: "/v2",
|
// pathPrefix: "/v2",
|
||||||
trailingSlash: "never",
|
trailingSlash: "never",
|
||||||
plugins: [
|
plugins: [
|
||||||
"gatsby-plugin-image",
|
"gatsby-plugin-image",
|
||||||
|
|
Reference in New Issue