services:
orthanc:
image: orthancteam/orthanc
ports:
- 4242:4242
- 8042:8042
volumes:
- ./orthanc.configuration.json:/etc/orthanc/orthanc.json
environment:
- VERBOSE_ENABLED="true"
- VERBOSE_STARTUP="true"
- ORTHANC__PYTHON_VERBOSE="true"
extra_hosts:
- "host.docker.internal:host-gateway"