feat: add website link to app footer, Join Alpha opens in new tab
Fixes #2 - Add website link to app footer - Add VITE_WEBSITE_URL build arg for configurable website URL - Add Git Repository and License links to app footer - Update Join Free Alpha links to open in new tab (target=_blank)
This commit is contained in:
@@ -7,7 +7,7 @@ services:
|
||||
- "8080:80"
|
||||
environment:
|
||||
- APP_URL=${WEBSITE_APP_URL:-http://localhost:3000}
|
||||
- GIT_URL=${GIT_URL:-https://github.com/lotherk/deardiary}
|
||||
- GIT_URL=${GIT_URL:-https://git.kropa.tech/lotherk/deardiary}
|
||||
restart: unless-stopped
|
||||
|
||||
app:
|
||||
@@ -16,6 +16,7 @@ services:
|
||||
dockerfile: Dockerfile
|
||||
args:
|
||||
- VITE_GIT_URL=${GIT_URL:-https://git.kropa.tech/lotherk/deardiary}
|
||||
- VITE_WEBSITE_URL=${WEBSITE_APP_URL:-http://localhost:3000}
|
||||
ports:
|
||||
- "3000:80"
|
||||
environment:
|
||||
|
||||
Reference in New Issue
Block a user