Skip to content

Commit

Permalink
docker-compose yaml updated
Browse files Browse the repository at this point in the history
  • Loading branch information
fabriziofiorucci committed Sep 5, 2022
1 parent bff652f commit c0a24d9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions contrib/GUI/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@ Second Sight GUI - https://github.com/F5Networks/SecondSight/
```
$ ./secondsight-gui.sh -c start
-> Deploying Second Sight GUI
Pulling postgres ... done
Pulling init-db ... done
Pulling f5tt ... done
Pulling secondsight-gui ... done
Pulling nginx ... done
Creating network "secondsight-gui_default" with the default driver
Creating volume "secondsight-gui_postgres_data" with default driver
Creating postgres ... done
Expand Down
1 change: 1 addition & 0 deletions contrib/GUI/secondsight-gui.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ exit 1
#
gui_start() {
echo "-> Deploying Second Sight GUI"
docker-compose -f $DOCKER_COMPOSE_YAML pull
COMPOSE_HTTP_TIMEOUT=240 docker-compose -p $PROJECT_NAME -f $DOCKER_COMPOSE_YAML up -d --remove-orphans
}

Expand Down
1 change: 1 addition & 0 deletions contrib/docker-compose/f5tt-compose.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ else
mkdir -p /opt/f5tt/{prometheus,grafana/data,grafana/log,grafana/plugins}
fi

docker-compose -f $DOCKER_COMPOSE_YAML-$MODE.yaml pull
COMPOSE_HTTP_TIMEOUT=240 docker-compose -p $PROJECT_NAME-$MODE -f $DOCKER_COMPOSE_YAML-$MODE.yaml up -d --remove-orphans
}

Expand Down

0 comments on commit c0a24d9

Please sign in to comment.