Updated Docker (markdown)
@@ -22,13 +22,14 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- "8080:8080"
|
- "8080:8080"
|
||||||
volumes:
|
volumes:
|
||||||
- mongodb-data:/data/db
|
- termix-data:/app/data
|
||||||
environment:
|
environment:
|
||||||
# Generate random salt here https://www.lastpass.com/features/password-generator (max 32 characters, include all characters for settings)
|
# Generate random salt here https://www.lastpass.com/features/password-generator (max 32 characters, include all characters for settings)
|
||||||
SALT: "2v.F7!6a!jIzmJsu|[)h61$ZMXs;,i+~"
|
SALT: "2v.F7!6a!jIzmJsu|[)h61$ZMXs;,i+~"
|
||||||
|
PORT: "8080"
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
mongodb-data:
|
termix-data:
|
||||||
driver: local
|
driver: local
|
||||||
```
|
```
|
||||||
to start the container, run
|
to start the container, run
|
||||||
|
|||||||
Reference in New Issue
Block a user