https://github.com/jmigac/lite-aem-compactor
Lite Node.js Application which triggers Local Adobe Experience Manager Offline Compaction
https://github.com/jmigac/lite-aem-compactor
Last synced: 8 months ago
JSON representation
Lite Node.js Application which triggers Local Adobe Experience Manager Offline Compaction
- Host: GitHub
- URL: https://github.com/jmigac/lite-aem-compactor
- Owner: jmigac
- License: apache-2.0
- Created: 2024-10-24T10:51:46.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-10-24T12:07:23.000Z (12 months ago)
- Last Synced: 2024-12-31T05:27:10.410Z (9 months ago)
- Language: JavaScript
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Lite AEM Compactor
Lite Node.js Application which triggers Local Adobe Experience Manager Offline Compaction# Prerequisites
To enable the communication from docker container to service outside of docker compose you will need to have `host.docker.internal` hostname mapped on your local machine.`127.0.0.1 host.docker.internal`
# How to use it
1. Build Docker compose
`docker compose -f docker-compose.yml build`
2. Start docker compose
`docker compose -f docker-compose.yml up -d`
3. Turn off
`docker compose -f docker-compose.yml down`