formatting update
This commit is contained in:
@@ -1,4 +1,8 @@
|
|||||||
#### docker-compose.yaml
|
## docker-compose.yaml
|
||||||
|
|
||||||
|
added multiple variable options, that requires a .env file (envirnment variable)
|
||||||
|
|
||||||
|
```
|
||||||
services:
|
services:
|
||||||
jama:
|
jama:
|
||||||
image: jama:${JAMA_VERSION:-latest}
|
image: jama:${JAMA_VERSION:-latest}
|
||||||
@@ -32,8 +36,12 @@ volumes:
|
|||||||
driver: local
|
driver: local
|
||||||
${PROJECT_NAME:-jamachat}_uploads:
|
${PROJECT_NAME:-jamachat}_uploads:
|
||||||
driver: local
|
driver: local
|
||||||
|
```
|
||||||
|
## .env file
|
||||||
|
|
||||||
#### .env file
|
these are an example of a required .env. It can usually be imported in to docker managers.
|
||||||
|
|
||||||
|
```
|
||||||
# jama Configuration
|
# jama Configuration
|
||||||
# just another messaging app
|
# just another messaging app
|
||||||
|
|
||||||
@@ -76,4 +84,4 @@ PORT=3069
|
|||||||
DEFCHAT_NAME=General Chat
|
DEFCHAT_NAME=General Chat
|
||||||
APP_NAME=jama
|
APP_NAME=jama
|
||||||
|
|
||||||
PROJECT_NAME=myjamachat
|
PROJECT_NAME=myjamachat ```
|
||||||
Reference in New Issue
Block a user