From 6fa1007e77657cb329a4cfaa52222b4e39c84064 Mon Sep 17 00:00:00 2001 From: Karl Tarbet Date: Mon, 20 Nov 2023 09:23:50 -0800 Subject: [PATCH 1/3] Update README.docker-compose.md --- README.docker-compose.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.docker-compose.md b/README.docker-compose.md index 75070e79f..5c1d6398e 100644 --- a/README.docker-compose.md +++ b/README.docker-compose.md @@ -3,7 +3,7 @@ Due to the nature of the needs of this system it is not possible to just up and run `docker-compose up`, some manual setup will be required. ## Here are the following pre-steps -1. Add ` cwms-data.localhost auth.localhost traefik.localhost` to the /etc/hosts file +1. Add ` cwms-data.localhost auth.localhost traefik.localhost` to the /etc/hosts file (Warning: 127.0.0.1 doesn't work!) 2. In the compose_files/pki directory run `./genall.sh`. This will create the initial PKI infrastructure 3. Create an environment file with appropriate references for your environment and testing. From c93ee3db46cba50c0fa7237ae2b93bb25d441aac Mon Sep 17 00:00:00 2001 From: Karl Tarbet Date: Mon, 20 Nov 2023 11:15:46 -0800 Subject: [PATCH 2/3] Update README.docker-compose.md --- README.docker-compose.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.docker-compose.md b/README.docker-compose.md index 5c1d6398e..14a8c4106 100644 --- a/README.docker-compose.md +++ b/README.docker-compose.md @@ -3,7 +3,7 @@ Due to the nature of the needs of this system it is not possible to just up and run `docker-compose up`, some manual setup will be required. ## Here are the following pre-steps -1. Add ` cwms-data.localhost auth.localhost traefik.localhost` to the /etc/hosts file (Warning: 127.0.0.1 doesn't work!) +1. Add ` cwms-data.localhost auth.localhost traefik.localhost` to the /etc/hosts file (**Warning: 127.0.0.1 doesn't work!**) 2. In the compose_files/pki directory run `./genall.sh`. This will create the initial PKI infrastructure 3. Create an environment file with appropriate references for your environment and testing. From 4cbb6f7ad37132d306d6123a60f335019d838da3 Mon Sep 17 00:00:00 2001 From: Karl Tarbet Date: Mon, 20 Nov 2023 11:29:01 -0800 Subject: [PATCH 3/3] Rename README.docker-compose.md to docker-compose.README.md --- README.docker-compose.md => docker-compose.README.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename README.docker-compose.md => docker-compose.README.md (100%) diff --git a/README.docker-compose.md b/docker-compose.README.md similarity index 100% rename from README.docker-compose.md rename to docker-compose.README.md