Open port 5678 for debugpy in dev (#6340)
Co-authored-by: Ralf Peschke <rpeschke@peschke-it.de>
This commit is contained in:
parent
532be0bac7
commit
df8c36030d
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user