Skip to content
Unverified Commit c24eed43 authored by Frank Schreiner's avatar Frank Schreiner
Browse files

[backend] docker network for services configurable

Some of our services like bundle_gems use a local proxy/cache like geminabox.
So far we used the "--link" option to make the geminabox container accessible
by name for the service container.

Using "--link" on a bridge is deprecated and only worked so far because we
patched the docker package on the service server.

This patch makes the network name configurable so we can use user-defined
networks in the future.
parent 874d824a
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment