Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/Infisical/infisical into main
Browse files Browse the repository at this point in the history
  • Loading branch information
maidul98 committed Nov 21, 2022
2 parents 3689d75 + ebe6be2 commit fd988eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions backend/src/config/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ const STRIPE_PUBLISHABLE_KEY = process.env.STRIPE_PUBLISHABLE_KEY!;
const STRIPE_SECRET_KEY = process.env.STRIPE_SECRET_KEY!;
const STRIPE_WEBHOOK_SECRET = process.env.STRIPE_WEBHOOK_SECRET!;

console.log('New SITE_URL: ', SITE_URL);

export {
PORT,
EMAIL_TOKEN_LIFETIME,
Expand Down
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ services:
- infisical

backend:
platform: linux/amd64
container_name: infisical-backend
restart: unless-stopped
depends_on:
Expand All @@ -31,6 +32,7 @@ services:
- infisical

frontend:
platform: linux/amd64
container_name: infisical-frontend
restart: unless-stopped
depends_on:
Expand Down

0 comments on commit fd988eb

Please sign in to comment.