Add lemmyexternalproxy to lemmy so that it can talk to the internet (#2960)

Co-authored-by: Dessalines <dessalines@users.noreply.github.com>
This commit is contained in:
Jason Watkins 2023-06-08 05:30:16 -07:00 committed by GitHub
parent 980df7545d
commit 491e197529
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"