version: '3.8' services: webui: build: . ports: - "3000:3000" volumes: - ./data/scripts:/app/data/scripts env_file: - .env restart: unless-stopped