vttranlina commented on code in PR #2318: URL: https://github.com/apache/james-project/pull/2318#discussion_r1665000073
########## 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: Should we be concerned about the "/master/" branch here? (postgres-app does not exits in master branch currently) -- 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]
