Skip to content

Commit bd9f0c0

Browse files
committed
Add the assignment
[refs #786d4353349f]
1 parent 7f5322f commit bd9f0c0

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

compose_example/assignment1.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
## Integrate the demo_web_app
2+
* Create the `app.env` file
3+
* With the environment variables to configure the `jfahrer/demo_web_app`
4+
* Add a new service definition `webapp` to the compose file
5+
* Use `jfahrer/demo_web_app:latest`
6+
* Use the app.env file
7+
* Publish port 9292
8+
* Start the services using docker-compose
9+
* Start the database first
10+
* The web app second
11+
* Use your browser to verify it works
12+
* http://localhost:9292

0 commit comments

Comments
 (0)