File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ If you **like/use** this project, please consider ⭐️ **starring** it. Thanks
79
79
80
80
## 🚀 Quick Start (macOS)
81
81
82
- 1 . Install Homebrew (** optional ** if not installed):
82
+ 1 . ** Install Homebrew (if not installed):**
83
83
84
84
``` bash
85
85
/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
178
178
services:
179
179
web:
180
180
image: wayofdev/nginx:k8s-alpine-latest
181
- container_name: ${COMPOSE_PROJECT_NAME} -web
181
+ container_name: laravel-starter-tpl -web
182
182
restart: on-failure
183
183
+ networks:
184
184
+ - default
@@ -192,10 +192,10 @@ services:
192
192
- ./.env:/app/.env
193
193
+ labels:
194
194
+ - 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
199
199
+ - traefik.docker.network=network.ss
200
200
201
201
networks:
You can’t perform that action at this time.
0 commit comments