Add email to COMPOSE_PROFILES on sndev + Cleanup README instructions
This commit is contained in:
parent
561e62481d
commit
eef9b3de4d
@ -61,12 +61,6 @@ To run with images and payments services:
|
||||
$ COMPOSE_PROFILES=images,payments ./sndev start
|
||||
```
|
||||
|
||||
To run with the option to sign up/login using [MailHog](#MailHog):
|
||||
|
||||
```sh
|
||||
$ COMPOSE_PROFILES=email ./sndev start
|
||||
```
|
||||
|
||||
View all available commands
|
||||
|
||||
```sh
|
||||
|
2
sndev
2
sndev
@ -10,7 +10,7 @@ docker__compose() {
|
||||
fi
|
||||
|
||||
if [ -z "$COMPOSE_PROFILES" ]; then
|
||||
COMPOSE_PROFILES="images,search,payments"
|
||||
COMPOSE_PROFILES="images,search,payments,email"
|
||||
fi
|
||||
|
||||
CURRENT_UID=$(id -u) CURRENT_GID=$(id -g) COMPOSE_PROFILES=$COMPOSE_PROFILES command docker compose --env-file .env.development "$@"
|
||||
|
Loading…
x
Reference in New Issue
Block a user