zammad.network
How is a network used with podman
We use a network in order to let the containers talk to each other.
Bridged means that the containers are 1. connected to each other and 2. that they are connected to the host network.
It acts like a gateway for traffic leaving or entering the container network.
Important to note that this is not the same as a host network, which shares, who would've guessed, the host network. This means that there is no isolation.
Our Network
It's quite simple.
It starts after the network.target, so it waits for internet.
The driver is a bridge, which I explained above and it only restarts on failure.