Allow devcontainer to be accessed from local network ()

This commit is contained in:
Echo 2025-03-25 16:20:56 +01:00 committed by GitHub
parent 2eb6d815d6
commit 81b88095b4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -21,12 +21,13 @@ services:
ES_HOST: es
ES_PORT: '9200'
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.
command: sleep infinity
ports:
- '127.0.0.1:3000:3000'
- '127.0.0.1:3035:3035'
- '127.0.0.1:4000:4000'
- '3000:3000'
- '3035:3035'
- '4000:4000'
networks:
- external_network
- internal_network