Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Impossible to run wire-server with "fake" AWS dependencies in demo mode with docker #615

Closed
gabek001 opened this issue Feb 7, 2019 · 4 comments · Fixed by #880
Closed

Comments

@gabek001
Copy link

gabek001 commented Feb 7, 2019

The step:
On terminal 2, start the services
deploy/services-demo/demo.sh docker # in case Docker images were built instead

Does not work. wire-server/deploy/services-demo/docker-compose.yaml seems use as network docker-ephemeral_demo_wire instead of dockerephemeral_demo_wire

@tiago-loureiro
Copy link
Contributor

@gabek001 thanks for opening this issue.

Can you share the output of your logs please to get a better insight as to what is going on?

@tiago-loureiro
Copy link
Contributor

@gabek001 any updates on this topic?

@mikemassing
Copy link

I ran into the same issue.
On terminal 1, start the dependencies;

deploy/docker-ephemeral/run.sh

Now check out the docker networks created;

docker --version
Docker version 18.09.7, build 2d0083d
docker network ls
NETWORK ID NAME DRIVER SCOPE
dd440d194393 dockerephemeral_demo_wire bridge local

You can fix by changing the network references in;
deploy/services-demo/docker-compose.yaml to "dockerephemeral_demo_wire". I would also suggest changing the file path as well for consistency. I'm guessing this does work in certain environments.

cat /etc/os-release
NAME="Ubuntu"
VERSION="18.04.3 LTS (Bionic Beaver)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 18.04.3 LTS"
VERSION_ID="18.04"
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
VERSION_CODENAME=bionic
UBUNTU_CODENAME=bionic

@jschaul
Copy link
Member

jschaul commented Oct 17, 2019

thanks for the added details. Should be fixed now, let us know if that's not the case.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants