Skip to content

Commit

Permalink
update dashboard.
Browse files Browse the repository at this point in the history
  • Loading branch information
wildone committed Sep 7, 2022
1 parent c6f02db commit 2bca758
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 3 additions & 3 deletions services/nginx/content/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,17 @@ layout: page
<th scope="row"><img src="logos/governance.foundation.png" alt="{{ site.env.SITE_TITLE}}" class="logo"></th>
<td>Project Dashboard</td>
<td>this page</td>
<td><a target="_blank" class="btn btn-primary" href="{{ site.env.SERVER_URL }}">Open</a>
<td><a target="_blank" class="btn btn-primary" href="{{ site.env.DOMAIN_URL }}">Open</a>
</td>
<td></td>
</tr>
<tr>
<th scope="row"><img src="logos/governance.foundation.png" alt="{{ site.env.SITE_TITLE}}" class="logo"></th>
<td>Local</td>
<td>development instance</td>
<td><a target="_blank" class="btn btn-primary" href="{{ site.env.DOMAIN_URL }}">Open</a>
<td><a target="_blank" class="btn btn-primary" href="{{ site.env.SERVER_SITE_URL }}">Open</a>
</td>
<td>Live reload {{ site.env.SERVER_LIVERELOAD_PORT }}</td>
<td>Live reload {{ site.env.SERVER_SITE_LIVERELOAD_PORT }}</td>
</tr>
<tr>
<th scope="row"><img src="logos/Traefik.logo.png" alt="Traefik" class="logo"></th>
Expand Down
3 changes: 3 additions & 0 deletions services/nginx/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ services:
- GOOGLE_DRIVE_FOLDER=${GOOGLE_DRIVE_FOLDER}
- GIT_USER=${GIT_USER}
- EMAIL=${EMAIL}
- SERVER_SITE_LIVERELOAD_PORT=${SERVER_LIVERELOAD_PORT}
- SERVER_SITE_PORT=${SERVER_PORT}
- SERVER_SITE_URL=${SERVER_URL}
command: bash -c "envsubst < _config.txt > _configenv.yml && npm install -g sass && bundle update && bundler install && jekyll build --config _config.yml,_configenv.yml --watch --force-polling --force_polling --incremental --future"
volumes:
- "${NGINX_CONTENT_PATH}:/srv/jekyll"
Expand Down

0 comments on commit 2bca758

Please sign in to comment.