mirror of
https://github.com/glitch-soc/mastodon
synced 2025-04-25 00:44:51 +00:00
Allow devcontainer to be accessed from local network (#34269)
This commit is contained in:
parent
2eb6d815d6
commit
81b88095b4
1 changed files with 4 additions and 3 deletions
|
@ -21,12 +21,13 @@ services:
|
||||||
ES_HOST: es
|
ES_HOST: es
|
||||||
ES_PORT: '9200'
|
ES_PORT: '9200'
|
||||||
LIBRE_TRANSLATE_ENDPOINT: http://libretranslate:5000
|
LIBRE_TRANSLATE_ENDPOINT: http://libretranslate:5000
|
||||||
|
LOCAL_DOMAIN: ${LOCAL_DOMAIN:-localhost:3000}
|
||||||
# Overrides default command so things don't shut down after the process ends.
|
# Overrides default command so things don't shut down after the process ends.
|
||||||
command: sleep infinity
|
command: sleep infinity
|
||||||
ports:
|
ports:
|
||||||
- '127.0.0.1:3000:3000'
|
- '3000:3000'
|
||||||
- '127.0.0.1:3035:3035'
|
- '3035:3035'
|
||||||
- '127.0.0.1:4000:4000'
|
- '4000:4000'
|
||||||
networks:
|
networks:
|
||||||
- external_network
|
- external_network
|
||||||
- internal_network
|
- internal_network
|
||||||
|
|
Loading…
Add table
Reference in a new issue