Skip to content

Commit

Permalink
DASHBOARD_HOSTNAME no longer required
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-luna-valero committed Aug 21, 2024
1 parent f3bef86 commit bf972a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,12 @@ This code relies on docker-compose to run 3 containers:
- some python code to generate the list of endpoints

The existing docker-compose file assumes you will run the code on a publicly
accessible host with a valid name. You can create a `.env` file with the
`DASHBOARD_HOSTNAME` variable defined with the hostname of your server and just
start the service:
accessible host with a valid name:

```shell
cd /path/to/working/directory
git clone https://github.com/EGI-Federation/fedcloud-dashboard.git
echo "DASHBOARD_HOSTNAME="<your host name>"
cd fedcloud-dashboard
docker-compose up --build
```

Expand Down
6 changes: 0 additions & 6 deletions deployment/playbook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,6 @@
version: "{{ git_ref }}"
dest: /fedcloud-dashboard

- name: env file
ansible.builtin.copy:
content: |
DASHBOARD_HOSTNAME=dashboard.cloud.egi.eu
dest: /fedcloud-dashboard/.env

- name: service file
ansible.builtin.copy:
content: |
Expand Down

0 comments on commit bf972a1

Please sign in to comment.