services: legoorganizer: container_name: LEGOOrganizer build: . ports: - "5111:3333" volumes: - .:/app env_file: - .env