AnzhiZhang opened a new issue, #4019: URL: https://github.com/apache/texera/issues/4019
### Task Summary We have a `restart: always` setting for the postgres container in the LakeFS Docker Compose file at `file-service/src/main/resources/docker-compose.yml`. This setting will let Docker always restart the container if it stops. This is not good for developers, if they stop containers manually and restart their machine or restart the Docker daemon, this container will be started. I suggest removing this setting, or changing it to `unless-stopped` and adding it to other LakeFS containers as well, in order to keep the same behavior and have a better development experience. See also: https://docs.docker.com/engine/containers/start-containers-automatically/ ### Priority P2 – Medium ### Task Type - [ ] Code Implementation - [ ] Documentation - [ ] Refactor / Cleanup - [ ] Testing / QA - [x] DevOps / Deployment -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
