Bugzilla requires a MySQL 5 container and the app container.
They'll share a standalone network.
Ref T205
Differential D1853
Create a Docker network for Bugzilla containers dereckson on Oct 7 2018, 17:21. Authored by Tags None Referenced Files
Subscribers None
Details
Bugzilla requires a MySQL 5 container and the app container. Ref T205 docker network ls
Diff Detail
Event Timeline
Comment Actions Salt master $ salt dwellers state.apply roles/paas-docker/docker/networks dwellers: ---------- ID: docker_network_bugzilla Function: docker_network.present Name: bugzilla Result: True Comment: Network 'bugzilla' created Started: 17:25:39.356626 Duration: 513.504 ms Changes: ---------- created: True Summary for dwellers ------------ Succeeded: 1 (changed=1) Failed: 0 ------------ Total states run: 1 Total run time: 513.504 ms $ ssh dwellers docker network ls NETWORK ID NAME DRIVER SCOPE fd5aea3ffe68 bridge bridge local ecea0e311703 bugzilla bridge local 5ca141f02489 host host local b1e7ed61e35c mastodon_default bridge local 5abcf71e6554 mastodon_external_network bridge local 8ea46a3c236a mastodon_internal_network bridge local 9cf0ac8ce0f9 none null local |