Skip to content

Commit

Permalink
fix: removed unnecessary spaces and added domains for admin portal, c…
Browse files Browse the repository at this point in the history
…ustomer portal, and reseller portal
  • Loading branch information
saalim-mushtaq committed Sep 25, 2024
1 parent fc186b6 commit 012da96
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ [email protected]
WEB_API_DOMAIN=cryptlex-api.mycompany.com
DASHBOARD_DOMAIN=cryptlex-app.mycompany.com
RELEASE_SERVER_DOMAIN=cryptlex-releases.mycompany.com
ADMIN_PORTAL_DOMAIN=cryptlex-admin.mycompany.com
CUSTOMER_PORTAL_DOMAIN=cryptlex-customer.mycompany.com
RESELLER_PORTAL_DOMAIN=cryptlex-reseller.mycompany.com
ADMIN_PORTAL_DOMAIN=admin-portal.mycompany.com
CUSTOMER_PORTAL_DOMAIN=customer-portal.mycompany.com
RESELLER_PORTAL_DOMAIN=reseller-portal.mycompany.com

# filestore - Minio or AWS S3

Expand Down
4 changes: 0 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,6 @@ services:
environment:
WEB_API_BASE_URL: https://${WEB_API_DOMAIN}
RELEASE_SERVER_BASE_URL: https://${RELEASE_SERVER_DOMAIN}

networks:
- backend
restart: unless-stopped
Expand All @@ -180,7 +179,6 @@ services:
environment:
WEB_API_BASE_URL: https://${WEB_API_DOMAIN}
RELEASE_SERVER_BASE_URL: https://${RELEASE_SERVER_DOMAIN}

networks:
- backend
restart: unless-stopped
Expand All @@ -203,11 +201,9 @@ services:
environment:
WEB_API_BASE_URL: https://${WEB_API_DOMAIN}
RELEASE_SERVER_BASE_URL: https://${RELEASE_SERVER_DOMAIN}

networks:
- backend
restart: unless-stopped

ports:
- 4402
logging:
Expand Down

0 comments on commit 012da96

Please sign in to comment.