gatewayd
gatewayd copied to clipboard
Gatewayd container exits unsuccessfully on v0.9.6
Expected Behavior
docker-compose should start the gatewayd container without any problems.
Current Behavior
After the release v0.9.6 the gatewayd container exits unsuccessfully (exit code 1) due to failure at parsing the actionRedis config.
Failure Information (for bugs)
The failiure only occurs when running the latest version (0.9.6) in a docker container as described below. It doesn't show any errors after building and running the project locally (go build main.go && ./main run)
Steps to Reproduce
- Try running the
docker-compose upwhich by default uses the version 0.9.6 - Notice the aforementioned failure
- Uncomment the
GATEWAYD_VERSIONenv var for thegatewaydservice in the docker-compose.yaml file and change the version to 0.9.5 - Run the
docker-compose upagain. The container should start successfully.
Context
- Operating System and architecture: MacOS 14.4.1 (Sonoma), Apple M3 Pro
- GatewayD version: 0.9.6
- Docker version: 24.0.7
- Docker compose version: v2.23.3-desktop.2