services: vertex: build: context: . container_name: vertex ports: - "3003:3000" volumes: - ./data:/app/data/ env_file: - .env restart: unless-stopped