Skip to content

Commit

Permalink
fix: remove reference to deleted web-portals.env file
Browse files Browse the repository at this point in the history
  • Loading branch information
saalim-mushtaq committed Aug 9, 2024
1 parent 72b6bc5 commit 83d4531
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,6 @@ services:
image: cryptlex/admin-portal:latest
depends_on:
- web-api
env_file: web-portals.env
environment:
WEB_API_BASE_URL: https://${WEB_API_DOMAIN}
RELEASE_SERVER_BASE_URL: https://${RELEASE_SERVER_DOMAIN}
Expand All @@ -178,7 +177,6 @@ services:
image: cryptlex/customer-portal:latest
depends_on:
- web-api
env_file: web-portals.env
environment:
WEB_API_BASE_URL: https://${WEB_API_DOMAIN}
RELEASE_SERVER_BASE_URL: https://${RELEASE_SERVER_DOMAIN}
Expand All @@ -202,7 +200,6 @@ services:
image: cryptlex/reseller-portal:latest
depends_on:
- web-api
env_file: web-portals.env
environment:
WEB_API_BASE_URL: https://${WEB_API_DOMAIN}
RELEASE_SERVER_BASE_URL: https://${RELEASE_SERVER_DOMAIN}
Expand Down

0 comments on commit 83d4531

Please sign in to comment.