mirror of
https://github.com/p-stream/docs.git
synced 2026-04-21 09:22:19 +00:00
Fix weird codeblock
This commit is contained in:
parent
561c3a04b3
commit
6723047b99
1 changed files with 6 additions and 10 deletions
|
|
@ -74,17 +74,13 @@
|
||||||
networks:
|
networks:
|
||||||
movie-web-network:
|
movie-web-network:
|
||||||
driver: bridge
|
driver: bridge
|
||||||
|
```
|
||||||
**Important:**
|
**Important:**
|
||||||
* Replace `YourPasswordHere` with your secure database password.
|
* Replace `YourPasswordHere` with your secure database password.
|
||||||
* Generate a strong session secret and replace `32CharacterLongStringHere`.
|
* Generate a strong session secret and replace `32CharacterLongStringHere`.
|
||||||
```
|
* Replace `TMDBReadAPIKey` with your api key learn more [here](../client/tmdb.mdx).
|
||||||
**Important:**
|
* replace `yourDomainHere` with whatever you'll be using to access your main site, like movie-web.app
|
||||||
* Replace `YourPasswordHere` with your secure database password.
|
* replace `meta__name` and `meta__description`
|
||||||
* Generate a strong session secret and replace `32CharacterLongStringHere`.
|
|
||||||
* Replace `TMDBReadAPIKey` with your api key learn more [here](https://movie-web.github.io/docs/client/tmdb).
|
|
||||||
* replace `yourDomainHere` with whatever you'll be using to access your main site, like movie-web.app
|
|
||||||
* replace `meta__name` and `meta__description`
|
|
||||||
2. **Start the Backend:** Open a terminal in the directory containing `docker-compose.yml` and execute:
|
2. **Start the Backend:** Open a terminal in the directory containing `docker-compose.yml` and execute:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue