Arsnael commented on code in PR #2318: URL: https://github.com/apache/james-project/pull/2318#discussion_r1665058127
########## docs/modules/servers/pages/postgres/run/run-docker.adoc: ########## @@ -0,0 +1,145 @@ += Postgresql James Server — Run with docker +:navtitle: Run with docker + +== Running via docker-compose + +Requirements: docker & docker-compose installed. + +When you try James this way, you will use the most current state of James. + +=== Running with Postgresql only + +It will be configured to run with Postgresql. +All those components will be started with a single command. + +You can retrieve the docker-compose file : ( docker-compose file and james image name should be changed) + + $ wget https://raw.githubusercontent.com/apache/james-project/master/server/apps/postgres-app/docker-compose.yml Review Comment: Good point. But it will be the case when we merge it to master though, and I'm afraid we forget it then -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
