Skip to content

Commit d5645ef

Browse files
authored
Merge pull request #135 from wayofdev/ci/e2e-testing
2 parents 76d0865 + 709eb30 commit d5645ef

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ If you **like/use** this project, please consider ⭐️ **starring** it. Thanks
7979

8080
## 🚀 Quick Start (macOS)
8181

82-
1. Install Homebrew (**optional** if not installed):
82+
1. **Install Homebrew (if not installed):**
8383

8484
```bash
8585
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
@@ -178,7 +178,7 @@ Your project should use the shared Docker network `network.ss` and Traefik label
178178
services:
179179
web:
180180
image: wayofdev/nginx:k8s-alpine-latest
181-
container_name: ${COMPOSE_PROJECT_NAME}-web
181+
container_name: laravel-starter-tpl-web
182182
restart: on-failure
183183
+ networks:
184184
+ - default
@@ -192,10 +192,10 @@ services:
192192
- ./.env:/app/.env
193193
+ labels:
194194
+ - traefik.enable=true
195-
+ - traefik.http.routers.api-${COMPOSE_PROJECT_NAME}-secure.rule=Host(`api.${COMPOSE_PROJECT_NAME}.docker`)
196-
+ - traefik.http.routers.api-${COMPOSE_PROJECT_NAME}-secure.entrypoints=websecure
197-
+ - traefik.http.routers.api-${COMPOSE_PROJECT_NAME}-secure.tls=true
198-
+ - traefik.http.services.api-${COMPOSE_PROJECT_NAME}-secure.loadbalancer.server.port=8880
195+
+ - traefik.http.routers.api-laravel-starter-tpl-secure.rule=Host(`api.laravel-starter-tpl.docker`)
196+
+ - traefik.http.routers.api-laravel-starter-tpl-secure.entrypoints=websecure
197+
+ - traefik.http.routers.api-laravel-starter-tpl-secure.tls=true
198+
+ - traefik.http.services.api-laravel-starter-tpl-secure.loadbalancer.server.port=8880
199199
+ - traefik.docker.network=network.ss
200200

201201
networks:

0 commit comments

Comments
 (0)