Open port 5678 for debugpy in dev (#6340)

Co-authored-by: Ralf Peschke <rpeschke@peschke-it.de>
This commit is contained in:
Ralf Peschke 2022-01-20 09:24:53 +01:00 committed by GitHub
parent 532be0bac7
commit df8c36030d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -56,6 +56,10 @@ services:
- datastore-writer - datastore-writer
- auth - auth
env_file: services.env env_file: services.env
ports:
- "9002:9002"
- "9003:9003"
- "5678:5678"
environment: environment:
- OPENSLIDES_DEVELOPMENT=1 - OPENSLIDES_DEVELOPMENT=1
- EMAIL_HOST=mailhog - EMAIL_HOST=mailhog