From: Jason Watkins Date: Thu, 8 Jun 2023 12:30:16 +0000 (-0700) Subject: Add `lemmyexternalproxy` to `lemmy` so that it can talk to the internet (#2960) X-Git-Url: http://these/git/readmes/README.ja.md?a=commitdiff_plain;h=491e1975293039ab77703a94ff983846e4aebc01;p=lemmy.git Add `lemmyexternalproxy` to `lemmy` so that it can talk to the internet (#2960) Co-authored-by: Dessalines --- diff --git a/docker/docker-compose.yml b/docker/docker-compose.yml index 2463e035..c023741d 100644 --- a/docker/docker-compose.yml +++ b/docker/docker-compose.yml @@ -39,6 +39,7 @@ services: hostname: lemmy networks: - lemmyinternal + - lemmyexternalproxy restart: always environment: - RUST_LOG="warn,lemmy_server=debug,lemmy_api=debug,lemmy_api_common=debug,lemmy_api_crud=debug,lemmy_apub=debug,lemmy_db_schema=debug,lemmy_db_views=debug,lemmy_db_views_actor=debug,lemmy_db_views_moderator=debug,lemmy_routes=debug,lemmy_utils=debug,lemmy_websocket=debug"