Ports
How the following ports are forwarded from the host to the containers.
Last updated
How the following ports are forwarded from the host to the containers.
Last updated
3306
The port to MariaDB is addressed to the FlyingFish Services internally via the Docker network. In the Docker Compose file, this port is also listed on the localhost ip, which means that an SQL client can be connected to the database via ssh port forwarding. For checks, backups or manual interventions. This type of data processing is actually only necessary in the development environment.
8086
The port to Influxdb is addressed to the FlyingFish Services internally via the Docker network. In the Docker Compose file, this port is also listed on the localhost ip. The web interface can be accessed locally or via ssh port forwarding.
443
The HTTPS/SSL port, this is used in the standard installation for the nginx.
80
The HTTP port, this is used in the standard installation for the nginx.
5333
This sport is actually port 53 (TCP/UDP) for the DNS server. But it is used as an alternative 5333 so that there is no collision from the host system.
3000
Flying Fish Server HTTPS port to reach the front end. Can be set on the variable.
1900