From bf972a1af168f4e9553102c888f32c4487bf68f2 Mon Sep 17 00:00:00 2001 From: Sebastian Luna-Valero Date: Wed, 21 Aug 2024 15:23:18 +0200 Subject: [PATCH] DASHBOARD_HOSTNAME no longer required --- README.md | 6 ++---- deployment/playbook.yaml | 6 ------ 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 3309d17..2b0995a 100644 --- a/README.md +++ b/README.md @@ -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="" +cd fedcloud-dashboard docker-compose up --build ``` diff --git a/deployment/playbook.yaml b/deployment/playbook.yaml index b44f4ea..d9d2b61 100644 --- a/deployment/playbook.yaml +++ b/deployment/playbook.yaml @@ -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: |