FlyingFish
FlyingFish on GitHub
  • FlyingFish
    • About the project
    • Screenshots
    • Installation
      • Quick Setup
      • Quick Update
      • Create Backup
      • Long setup
        • Env
        • Docker compose
          • Ports
          • Network
      • Storage management
      • FAQ
    • Configurations
      • Which user type am I
      • Listen
        • Port forwarding
        • Proxy protocol
        • IP Access
        • Gateway identifiers
        • UPnP Nat
      • Domains
        • DynDns Clients
        • Own DNS Server
        • Discussions Subdomains
        • DynDns Server
      • Routes
    • Examples
      • SSH hidden on HTTPS
      • FlyingFish to other reverse proxy
      • Backup Server, SSH to Nas
      • Own DynDNS Server - Fritzbox
      • Inventree - Route
    • Developer
      • Ideas, requests and bugs
      • Project structure
        • Under the hood
        • Service structure
        • Schema
        • Object name rules
      • Image build
      • Plugins
    • Contribution
Powered by GitBook
On this page
Edit on GitHub
  1. FlyingFish
  2. Installation
  3. Long setup
  4. Docker compose

Network

Description of FlyingFish's internal network.

Flying Fish is divided into several containers. Specific tasks are performed in each of the containers. A separate internal network is used for communication (data exchange).

Subnet: 10.103.0.0/16

Container
IP
Description

flyingfish_db

10.103.0.2

-

flyingfish_influxdb

10.103.0.5

-

flyingfish_service

10.103.0.3

-

flyingfish_himhip

Host mode

Runs on the host to be able to query the ARP in the host network (resolution of MAC/IPs and gateway).

flyingfish_ssh

10.103.0.4

-

flyingfish_ddns

10.103.0.6

-

PreviousPortsNextStorage management

Last updated 1 year ago