Skip to content

OtherDevOpsGene/solarsystem

Repository files navigation

solarsystem

A demo using multiple Docker containers. Tests run from the selenium directory.

Starting

To start the web server and database containers:

docker-compose up -d

Viewing the list of planets

Visit http://localhost/.

Viewing the database

Visit http://localhost:8080/ to access Mongo Express.

Adding data

Stopping

To stop all the containers:

docker-compose stop

Cleaning up

To clear the data from the database, stop the containers and then delete the mongodb/data directory.

To cleanup the containers when you are done:

docker-compose rm -f

Architecture

Architecture