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
@@ -346,6 +352,7 @@ Note: If `.php-fpm/xdebug` doesn't execute and gives `Permission Denied` error t
346
352
347
353
348
354
355
+
349
356
<br>
350
357
<aname="Production"></a>
351
358
@@ -384,34 +391,14 @@ To learn more about how Docker publishes ports, please read [this excellent post
384
391
385
392
386
393
387
-
<br>
388
-
<aname="Use-Jenkins"></a>
389
-
## Use Jenkins
390
394
391
-
1) Boot the container `docker-compose up -d jenkins`. To enter the container type `docker-compose exec jenkins bash`.
392
-
393
-
2) Go to `http://localhost:8090/` (if you didn't change your default port mapping)
394
-
395
-
3) Authenticate from the web app.
396
-
397
-
- Default username is `admin`.
398
-
- Default password is `docker-compose exec jenkins cat /var/jenkins_home/secrets/initialAdminPassword`.
399
-
400
-
(To enter container as root type `docker-compose exec --user root jenkins bash`).
401
-
402
-
4) Install some plugins.
403
-
404
-
5) Create your first Admin user, or continue as Admin.
405
-
406
-
Note: to add user go to `http://localhost:8090/securityRealm/addUser` and to restart it from the web app visit `http://localhost:8090/restart`.
395
+
<br>
396
+
<aname="Laravel"></a>
407
397
408
-
You may wanna change the default security configuration, so go to `http://localhost:8090/configureSecurity/` under Authorization and choosing "Anyone can do anything" or "Project-based Matrix Authorization Strategy" or anything else.
409
398
410
399
411
400
412
401
413
-
<br>
414
-
<aname="Laravel"></a>
415
402
416
403
<aname="Install-Laravel"></a>
417
404
## Install Laravel from a Docker Container
@@ -532,6 +519,52 @@ docker-compose up -d php-worker
532
519
533
520
534
521
522
+
523
+
<br>
524
+
<aname="Use-NetData"></a>
525
+
## Use NetData
526
+
527
+
1 - Run the NetData Container (`netdata`) with the `docker-compose up` command. Example:
528
+
529
+
```bash
530
+
docker-compose up -d netdata
531
+
```
532
+
533
+
2 - Open your browser and visit the localhost on port **19999**: `http://localhost:19999`
534
+
535
+
536
+
537
+
538
+
539
+
540
+
<br>
541
+
<aname="Use-Jenkins"></a>
542
+
## Use Jenkins
543
+
544
+
1) Boot the container `docker-compose up -d jenkins`. To enter the container type `docker-compose exec jenkins bash`.
545
+
546
+
2) Go to `http://localhost:8090/` (if you didn't chanhed your default port mapping)
547
+
548
+
3) Authenticate from the web app.
549
+
550
+
- Default username is `admin`.
551
+
- Default password is `docker-compose exec jenkins cat /var/jenkins_home/secrets/initialAdminPassword`.
552
+
553
+
(To enter container as root type `docker-compose exec --user root jenkins bash`).
554
+
555
+
4) Install some plugins.
556
+
557
+
5) Create your first Admin user, or continue as Admin.
558
+
559
+
Note: to add user go to `http://localhost:8090/securityRealm/addUser` and to restart it from the web app visit `http://localhost:8090/restart`.
560
+
561
+
You may wanna change the default security configuration, so go to `http://localhost:8090/configureSecurity/` under Authorization and choosing "Anyone can do anything" or "Project-based Matrix Authorization Strategy" or anything else.
562
+
563
+
564
+
565
+
566
+
567
+
535
568
<br>
536
569
<aname="Use-Redis"></a>
537
570
## Use Redis
@@ -701,6 +734,8 @@ docker-compose up -d adminer
701
734
702
735
703
736
737
+
738
+
704
739
<br>
705
740
<aname="Use-Portainer"></a>
706
741
## Use Portainer
@@ -717,6 +752,7 @@ docker-compose up -d portainer
717
752
718
753
719
754
755
+
720
756
<br>
721
757
<aname="Use-pgAdmin"></a>
722
758
## Use PgAdmin
@@ -869,6 +905,10 @@ docker-compose up -d rethinkdb
869
905
- set the `DB_DATABASE` to `database`.
870
906
871
907
908
+
909
+
910
+
911
+
872
912
<br>
873
913
<aname="Use-Minio"></a>
874
914
## Use Minio
@@ -901,6 +941,9 @@ docker-compose up -d minio
901
941
902
942
903
943
944
+
945
+
946
+
904
947
<br>
905
948
<aname="Use-AWS"></a>
906
949
## Use AWS
@@ -920,6 +963,9 @@ docker-compose up -d aws
920
963
921
964
922
965
966
+
967
+
968
+
923
969
<br>
924
970
<aname="Use-Grafana"></a>
925
971
## Use Grafana
@@ -938,6 +984,9 @@ docker-compose up -d grafana
938
984
939
985
940
986
987
+
988
+
989
+
941
990
<br>
942
991
<aname="CodeIgniter"></a>
943
992
@@ -959,6 +1008,11 @@ To install CodeIgniter 3 on Laradock all you have to do is the following simple
959
1008
3 - Re-build your PHP-FPM Container `docker-compose build php-fpm`.
960
1009
961
1010
1011
+
1012
+
1013
+
1014
+
1015
+
<br>
962
1016
<aname="Install-Symfony"></a>
963
1017
## Install Symfony
964
1018
@@ -972,6 +1026,11 @@ To install CodeIgniter 3 on Laradock all you have to do is the following simple
0 commit comments