-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #118 from seabilwe/main
Documentation review (grammar and spell checks)
- Loading branch information
Showing
9 changed files
with
49 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -46,8 +46,8 @@ password : admin | |
|
||
## Set up different environment | ||
|
||
To set up different environment, for example the Default credential, or the port of server, open **deployment/.env**. | ||
You can check the description below for each of variable. | ||
To set up a different environment, for example, the Default credential, or the port of server, open **deployment/.env**. | ||
You can check the description below for each variable. | ||
|
||
``` | ||
COMPOSE_PROJECT_NAME=[PROJECT_NAME] | ||
|
@@ -56,7 +56,7 @@ DJANGO_TAG=0.0.1 -> Change this for different django image | |
DJANGO_DEV_TAG=0.0.1 -> Change this for different django dev image | ||
# Environments | ||
DJANGO_SETTINGS_MODULE=core.settings.prod -> Change this to use different django config file | ||
DJANGO_SETTINGS_MODULE=core.settings.prod -> Change this to use a different django config file | ||
ADMIN_USERNAME=admin -> Default admin username | ||
ADMIN_PASSWORD=admin -> Default admin password | ||
[email protected] -> Default admin email | ||
|
@@ -67,12 +67,12 @@ HTTP_PORT=80 -> Change the port of nginx | |
DATABASE_NAME=django -> Default database name | ||
DATABASE_USERNAME=docker -> Default database username | ||
DATABASE_PASSWORD=docker -> Default database password | ||
DATABASE_HOST=db -> Default database host. Change this if you use cloud database or any new docker container. | ||
DATABASE_HOST=db -> Default database host. Change this if you use a cloud database or any new docker container. | ||
RABBITMQ_HOST=rabbitmq | ||
# Onedrive | ||
PUID=1000 | ||
PGID=1000 | ||
``` | ||
|
||
After you change the desired variable and do `make up`. It will rerun the project with new environment. | ||
After you change the desired variable, run `make up`. This will restart the project with the updated environment. |
Oops, something went wrong.