In the previous exercise on "Serving your web-based catalog item securely with Nginx" you learned how to use the SRC-Nginx plugin to serve your Docker compose application in a secure way. Nginx is a powerful tool and it allows you to serve multiple applications under the same domain without opening any additional ports.

In this exercise it is up to the reader to explore how to modify the previously created catalog item and make it run an extra Docker image that is served at `<URL>/anotherapp`.

This effort will require you to modify the Nginx configuration and the docker-compose.yml file. You may choose any existing web-based Docker image to serve as the additional service in this exercise.

Note

It is a good practise to try to modify an existing running workspace and keep track of the modifications. Once you are satisfied with the modified workspace you can apply your changes to the catalog item to make them persistent.

  • No labels