kumaab opened a new pull request, #654:
URL: https://github.com/apache/atlas/pull/654

   ## What changes were proposed in this pull request?
   
   - Appropriate `atlas-application.properties` is mounted read-only according 
to `${ATLAS_BACKEND}`
   - `users-credentials.properties` is mounted read-only
   - Significant reduction in atlas image size
   - Postgres initialization is done via a separate container `atlas-db-init` 
driven from docker compose file: 
`dev-support/atlas-docker/docker-compose.atlas-postgres.yml`, thereafter 
`Dockerfile.atlas-db` is no longer required - postgres image is pulled directly.
   - Updated the README with instructions
   
   
   ## How was this patch tested?
   ```
   docker compose -f docker-compose.atlas-base.yml build
   
   export ATLAS_BACKEND=postgres
   docker compose -f docker-compose.atlas.yml -f 
docker-compose.atlas-postgres.yml up -d --wait
   ```
   
   - All containers come up
   - `atlas-db-init` comes up and sets up the database and quits thereafter
   - Atlas UI is working, no errors seen in `/var/log/atlas/application.log`


-- 
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]

Reply via email to