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
The second step is to create an Nginx configuration in the folder `nginx/templates/default.conf.template` following this template:
57
+
58
+
```nginx
59
+
60
+
```
61
+
50
62
## Docker Deployment
51
63
52
-
The second step only needs as requirements Docker with docker compose.
64
+
The third step only needs as requirements Docker with docker compose.
53
65
54
66
### Docker Network
55
67
56
-
Create a docker network wirh command:
68
+
Create a docker network with command:
57
69
```bash
58
70
docker network create securechain
59
71
```
@@ -72,6 +84,21 @@ The containerized databases will also be seeded automatically.
72
84
To deploy all **Secure Chain** tools in your local machine as demo, all you need is run this the command `docker compose up --build` with the `.env` file and this docker compose file in the same folder:
0 commit comments