https://github.com/aborroy/search-2616
Docker Compose to deploy Search Services 2.0.1 and 1.4.3
https://github.com/aborroy/search-2616
Last synced: 4 months ago
JSON representation
Docker Compose to deploy Search Services 2.0.1 and 1.4.3
- Host: GitHub
- URL: https://github.com/aborroy/search-2616
- Owner: aborroy
- License: other
- Created: 2021-03-26T11:48:02.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-31T14:40:44.000Z (about 5 years ago)
- Last Synced: 2025-10-03T18:48:00.609Z (8 months ago)
- Language: Dockerfile
- Size: 2.2 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Docker Compose template for SEARCH-2616
This project includes a Docker Compose template to deploy:
* Alfresco Repository using S3 for storage
* Search Services 1.4.3
* Search Services 2.0.1
Volumes are configured so the information is persisted.
## Starting the project
Review the configuration file in order to add S3 credentials and Docker Image release tags.
```
$ cat .env
# Docker Image versions
ALFRESCO_TAG=7.0.0
SEARCH_CE_TAG=2.0.1
SHARE_TAG=7.0.0
ACA_TAG=2.3.0
POSTGRES_TAG=13.1
API_EXPLORER_TAG=7.0.0
TRANSFORM_ENGINE_TAG=2.3.10
ACTIVEMQ_TAG=5.16.1
# Server properties
SERVER_NAME=localhost
# S3 Repository Bucket for alf_data folder
S3_ACCESS_KEY=
S3_SECRET_KEY=
S3_BUCKET_NAME=search-services-search-2616
S3_BUCKET_LOCATION=eu-west-1
S3_OBJECT_NAME_PREFIX=alf-data/
```
Start Docker Compose from project path.
```
$ docker-compose up --build --force-recreate
```
## Endpoints
Default credential: `admin/admin`
* Repository: http://localhost:8080/alfresco
* ACA: http://localhost:8080/
* Share: http://localhost:8080/share
* Solr 2.0.1: http://localhost:8080/solr
* Solr 1.4.3: http://localhost:8080/solr143