version: '3.8' services: ohif-proxy: build: . ports: - "5555:5555" volumes: - ./config:/app/config - ./credentials:/app/credentials environment: - LOG_LEVEL=debug