Docker and Neo4j Full-Stack Development Base Image

Hello! I am developing a full-stack application using:
• Neo4j 5.26.4

  • GraphQL
    • React.js
    • Javascript
    • Python

I am having trouble using Docker with this tech stack because I am failing to find a custom base image on docker hub that has something similar to this. As a preface, I am completely new to using Docker, but I am hoping to use one container thus the single base image. Does anyone know of a custom base image that is close or any other advice with using docker in this project?

Thank you!

You probably will need to build a custom set of scripts for your requirement that uses a Neo4J image and adds your react/etc server to it.

You should be mindful that every time you upgrade Neo4J you will need to re-generate your server, so perhaps would be better to have 2 separate containers.