Skip to content
Snippets Groups Projects
Commit 44317e9d authored by Alissa Cheng's avatar Alissa Cheng
Browse files

make logo link to stageit app

parent b89ff42d
No related branches found
No related tags found
1 merge request!64make logo link to stageit app
Pipeline #69652 failed
.idea
.vscode
.venv
**/venv/
**/**/__pycache__
**/*.egg-info/
# Test coverage
.coverage
......
......@@ -25,7 +25,7 @@ You can create the database container by running:
docker network create traefik_proxy
# replace `docker compose` by `docker-compose` if necessary
docker compose -f deploy/docker-compose.yaml -f deploy/docker-compose.development.yaml up --d --force-recreate postgres && sleep 2
docker compose -f deploy/docker-compose.yaml -f deploy/docker-compose.development.yaml up -d --force-recreate postgres && sleep 2
```
Fill the database with some content:
......
......@@ -5,7 +5,7 @@ services:
stageit:
ports:
- "5560:8000"
- "127.0.0.1:5560:8000"
volumes:
- ../:/opt/stageit
......
......@@ -61,6 +61,7 @@ const config = {
logo: {
alt: 'StageIT',
src: '../stageit_ui/styling/images/stageit-logo-2.png',
href: '../..',
},
items: [
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment