@@ -21,7 +21,7 @@ The diagram shows the components of a default setup of the LS.ext system, and ho
...
@@ -21,7 +21,7 @@ The diagram shows the components of a default setup of the LS.ext system, and ho
## Deployment
## Deployment
We at OPL use `docker-compose` both for provisioning our development machines as well as for provisioning our production servers. Updating a services is just a matter of specifying a different container image in the docker-compose configuration file and restart the service with 'docker-compose up -d <service>`.
We at OPL use `docker-compose` both for provisioning our development machines as well as for provisioning our production servers. Updating a services is just a matter of specifying a different container image in the docker-compose configuration file and restart the service with `docker-compose up -d <service>`.