Skip to content

Commit

Permalink
add standalone container
Browse files Browse the repository at this point in the history
  • Loading branch information
neozhu committed Jan 8, 2025
1 parent 42c641b commit dd50625
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ services:
- ASPNETCORE_HTTPS_PORTS=443
- DatabaseSettings__DBProvider=sqlite
- DatabaseSettings__ConnectionString=Data Source=CleanAspireDb.db
- AllowedCorsOrigins=https://cleanaspire.blazorserver.com,https://localhost:7114
- AllowedCorsOrigins=https://cleanaspire.blazorserver.com,https://standalone.blazorserver.com,https://localhost:7114
- Authentication__Google__ClientId=<your client id>
- Authentication__Google__ClientSecret=<your client secret>
- SendGrid__ApiKey=<your API key>
Expand All @@ -110,7 +110,6 @@ services:
- "8019:80"
- "8018:443"


blazorweb:
image: blazordevlab/cleanaspire-webapp:0.0.62
environment:
Expand All @@ -123,6 +122,12 @@ services:
- "8015:80"
- "8014:443"

standalone:
image: blazordevlab/cleanaspire-standalone:0.0.62
ports:
- "8020:80"
- "8021:443"



```
Expand Down

0 comments on commit dd50625

Please sign in to comment.