version: '3' services: owb: build: . ports: - 8010:8080 restart: always environment: - RELEASE=debug volumes: - ./web:/app/web