I’m new to this topic.
I’ve tried hosting Chirpstack in Azure using docker-compose, but I keep getting the following error in the log.
I have used the file from here: https://github.com/chirpstack/chirpstack-docker/blob/master/docker-compose.yml
2022-09-01T10:15:51.234Z ERROR - Exception in multi-container config parsing: YamlException: (Line: 9, Col: 9, Idx: 171) - (Line: 9, Col: 51, Idx: 213): Bind mount must start with ${WEBAPP_STORAGE_HOME}.
2022-09-01T10:15:51.244Z ERROR - Start multi-container app failed
2022-09-01T10:15:51.270Z INFO - Stopping site chirptest1 because it failed during startup.
Does anyone have a yml file that works on Azure?
Like I said, I’m new to this but I’d like to do some testing.
thanks in advance
Sascha