You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+68-30Lines changed: 68 additions & 30 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,33 +12,71 @@ with Alpine Linux. The main application container has a LAMP stack of:
12
12
Build status on CircleCI (master branch): [](https://circleci.com/gh/ISEexchange/tacstack/tree/master)
13
13
14
14
15
-
Build and Deploy locally with docker-compose
15
+
How to Launch a Production System
16
16
-------------
17
17
18
-
docker-compose will provide a fully functioning MAP system
19
-
from scratch. It will build all of the required images and start up
20
-
the containers. It will also take care of linking the data and app
21
-
containers and will provide ports for you to use. Use this to create
22
-
either a test environment or a production environment. To get started,
23
-
clone this git repo, then run:
18
+
Download this repo so you can use docker-compose files:
0 commit comments