diff --git a/broker/edge1.json b/broker/edge1.json deleted file mode 120000 index 32256210..00000000 --- a/broker/edge1.json +++ /dev/null @@ -1 +0,0 @@ -../docker/edge/config.json \ No newline at end of file diff --git a/doc/en/source/onepage.rst b/doc/en/source/onepage.rst index 2502b6b2..1f748b1a 100644 --- a/doc/en/source/onepage.rst +++ b/doc/en/source/onepage.rst @@ -152,12 +152,12 @@ There are two ways to check if the FogFlow cloud node is started correctly: - Check the system status from the FogFlow DashBoard -You can open the FogFlow dashboard in your web browser to see the current system status via the URL: http:///index.html +You can open the FogFlow dashboard in your web browser to see the current system status via the URL: http:///index.html .. important:: - If the FogFlow cloud node is behind a gateway, you need to create a mapping from the gateway IP to the coreservice_ip and then + If the FogFlow cloud node is behind a gateway, you need to create a mapping from the gateway IP to the my_hostip and then access the FogFlow dashboard via the gateway IP; If the FogFlow cloud node is a VM in a public cloud like Azure Cloud, Google Cloud, or Amazon Cloud, you need to access the FogFlow dashboard via the public IP of your VM; diff --git a/docker/core/http/local/docker-compose.yml b/docker/core/http/local/docker-compose.yml index a34e0a1a..745e2c4a 100644 --- a/docker/core/http/local/docker-compose.yml +++ b/docker/core/http/local/docker-compose.yml @@ -1,7 +1,7 @@ version: "3" services: designer: - image: fogflow/designer:latest + image: fogflow/designer volumes: - ./config.json:/app/config.json ports: @@ -81,4 +81,4 @@ services: - 6080:6080 - 8082:8080 - 9082:9080 - - 8000:8000 \ No newline at end of file + - 8000:8000 diff --git a/release/3.2.2/cloud/docker-compose.yml b/release/3.2.2/cloud/docker-compose.yml index 9429f8d6..69b37f6e 100644 --- a/release/3.2.2/cloud/docker-compose.yml +++ b/release/3.2.2/cloud/docker-compose.yml @@ -74,7 +74,7 @@ services: volumes: - ./nginx.conf:/etc/nginx/nginx.conf ports: - - 8770:8770 + - 80:80 depends_on: - discovery - cloud_broker diff --git a/release/3.2.2/cloud/nginx.conf b/release/3.2.2/cloud/nginx.conf index dcc2854d..9c982de0 100644 --- a/release/3.2.2/cloud/nginx.conf +++ b/release/3.2.2/cloud/nginx.conf @@ -4,7 +4,7 @@ events { http { server { - listen 8770; + listen 80; server_name www.fogflow.io; location / { diff --git a/worker/edge1.json b/worker/edge1.json deleted file mode 120000 index 32256210..00000000 --- a/worker/edge1.json +++ /dev/null @@ -1 +0,0 @@ -../docker/edge/config.json \ No newline at end of file