|
|
hace 1 mes | |
|---|---|---|
| .. | ||
| admin | hace 1 mes | |
| app | hace 1 mes | |
| images | hace 1 mes | |
| psql | hace 1 mes | |
| rabbitmq | hace 1 mes | |
| worker | hace 1 mes | |
| Makefile | hace 1 mes | |
| README.md | hace 1 mes | |
Description:
To build the docker images follow the commands 👇 ``` bash
$ git clone https://github.com/dfir-iris/iris-web.git $ cd iris-web
# Build the dockers (Build webApp and db docker images, skip the nginx because we using AWS ALB instead of nginx) # app & woker: $ docker build -t webapp:latest -f docker/webApp/Dockerfile . # DB: $ docker build -t db:latest -f docker/db/Dockerfile . ```
Note: Same docker image to the app and worker
bash
$ make
$ make create
caution: it will be delete all things exclude DB
$ make
$ make delete
$ kubectl get pod -n iris-web
# Copy the pod name and give it on the below command (pod name looks like "pod/iris-app-deployment-🎲")
$ kubectl logs <pod_name> -n iris-web
# You can see the credential at the end of the logs