We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f5322f commit bd9f0c0Copy full SHA for bd9f0c0
compose_example/assignment1.md
@@ -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