Sample configuration
#
CreationWe are now creating a sample configuration which serves a generic application using docker.
Copy and paste this yaml configuration into a file named *test-server.yml+ and place it in the same folder of the executable:
Restart Polo and head to http://localhost:8888
(8888 is the default port).
You should now see the application TestServer.
It will take a while to load the application the first time (depending on connection speed).
In the dashboard you should see the list of all available branches and tags to create a session from.
#
OverviewWith this sample file we are configurating an application called TestServer.
Its main repository is https://github.com/wufe/polo-testserver.
There are a list of commands for starting and stopping the application.
Further info about the configuration options can be found in the next page.