mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-02-03 22:24:19 +01:00
Add profile for ngrok
This commit is contained in:
parent
fe1027595f
commit
55be63ffae
3
Makefile
3
Makefile
|
|
@ -20,10 +20,11 @@ build:
|
||||||
# Web UI: http://localhost:7860/
|
# Web UI: http://localhost:7860/
|
||||||
start:
|
start:
|
||||||
@docker compose --profile auto up -d
|
@docker compose --profile auto up -d
|
||||||
|
@docker compose --profile ngrok up -d
|
||||||
|
|
||||||
# Stop the docker container
|
# Stop the docker container
|
||||||
stop:
|
stop:
|
||||||
@docker compose --profile auto down
|
@docker compose down
|
||||||
|
|
||||||
run: start
|
run: start
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -85,6 +85,7 @@ services:
|
||||||
image: ngrok/ngrok:latest
|
image: ngrok/ngrok:latest
|
||||||
container_name: ngrok
|
container_name: ngrok
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
profiles: ["ngrok"]
|
||||||
command:
|
command:
|
||||||
- "start"
|
- "start"
|
||||||
- "--all"
|
- "--all"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue