Skip to content

Commit

Permalink
Add the assignment
Browse files Browse the repository at this point in the history
[refs #786d4353349f]
  • Loading branch information
jfahrer committed May 5, 2018
1 parent 7f5322f commit bd9f0c0
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions compose_example/assignment1.md
@@ -0,0 +1,12 @@
## Integrate the demo_web_app
* Create the `app.env` file
* With the environment variables to configure the `jfahrer/demo_web_app`
* Add a new service definition `webapp` to the compose file
* Use `jfahrer/demo_web_app:latest`
* Use the app.env file
* Publish port 9292
* Start the services using docker-compose
* Start the database first
* The web app second
* Use your browser to verify it works
* http://localhost:9292

0 comments on commit bd9f0c0

Please sign in to comment.