

You should see a list of the services defined in your docker-compose.yaml file: Container Repository. List the images and additional details: docker-compose images Verify that all the services started correctly. Use this information to verify that the system started correctly, and to clean up the deployment.Ĭhange directory to the docker-compose folder that you created in the deployment steps. Enter the default administrator password admin. If you’re using the Docker Toolbox, run the following command to find the IP address: docker-machine ip If Docker is running on your local machine, the IP address will be just localhost. Open your browser and check everything starts up correctly: Service See Troubleshooting if you encounter errors whilst the system is starting up. Īlfresco_1 | 08:40:30,386 INFO Starting 'Transformers' subsystem, ID: Īlfresco_1 | 08:40:30,661 INFO Startup of 'Transformers' subsystem, ID: complete Wait for the logs to complete, showing messages. doneĪttaching to docker-compose_postgres_1, docker-compose_solr6_1, docker-compose_alfresco-pdf-renderer_1, docker-compose_imagemagick_1, docker-compose_alfresco_1, docker-compose_libreoffice_1, docker-compose_share_1Īs an alternative, you can also start the containers in the background by running docker-compose up -d. doneĬreating docker-compose_libreoffice_1. doneĬreating docker-compose_imagemagick_1. Ĭreating docker-compose_alfresco-pdf-renderer_1. This downloads the images, fetches all the dependencies, creates each container, and then starts the system. See the Alfresco/acs-deployment project README for more information.Ĭhange directory to the location of your docker-compose.yml file.ĭeploy Content Services, including the repository, Share, Postgres database, Search Services, etc.: docker-compose -f 6.0.N-docker-compose.yml up These ports are set in the docker-compose.yml file - refer to the host:container port definitions.

Note: Make sure that the following ports are free on your computer: 5432, 8080, 8082, 8083. 6.0.N-docker-compose.yml), and then change directory to the project folder: git clone Make sure that you’ve reviewed the prerequisites before continuing.Ĭlone the repository locally or download one of the docker-compose.yml files (e.g. To deploy Content Services using Docker Compose, download and install Docker, then follow the steps below. Due to the limited capabilities of Docker Compose, this deployment method is recommended for development and test environments only.

Use this information to quickly start up Content Services using Docker Compose.
