I haven’t tried it myself but I guess you can use environment variables
image: docker.io/typesense/${MY_VARIABLE}"
Then in your shell you declare a variable called MY_VARIABLE according to your system
You can read more here:
I haven’t tried it myself but I guess you can use environment variables
image: docker.io/typesense/${MY_VARIABLE}"
Then in your shell you declare a variable called MY_VARIABLE according to your system
You can read more here: