mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2025-07-23 14:59:36 +02:00
Update nginx migration documentation and change package name to adventurelog-docs
This commit is contained in:
parent
742cb9dd94
commit
3dc193d098
2 changed files with 5 additions and 3 deletions
|
@ -15,7 +15,7 @@ You can also just use the new `docker-compose.yml` file in the repository and ch
|
||||||
:::
|
:::
|
||||||
|
|
||||||
1. Remove the `nginx` service from your `docker-compose.yml` file.
|
1. Remove the `nginx` service from your `docker-compose.yml` file.
|
||||||
2. Update the `PUBLIC_URL` environment variable in the `server` service (backend) to match the address of your **server**, instead of the previous nginx instance. For example, if your server is exposed to `https://localhost:8000`, set `PUBLIC_URL` to `http://localhost:8000`. If you are using a domain name, set `PUBLIC_URL` to `https://api.yourdomain.com` as an example.
|
2. Update the `PUBLIC_URL` environment variable in the `server` service (backend) to match the address of your **server**, instead of the previous nginx instance. For example, if your server is exposed to `http://localhost:8000`, set `PUBLIC_URL` to `http://localhost:8000`. If you are using a domain name, set `PUBLIC_URL` to `https://api.yourdomain.com` as an example.
|
||||||
3. Change port mapping for the `server` service. Right now it probably looks like this:
|
3. Change port mapping for the `server` service. Right now it probably looks like this:
|
||||||
```yaml
|
```yaml
|
||||||
ports:
|
ports:
|
||||||
|
@ -32,4 +32,6 @@ That's it! You should now be able to run the application with the new configurat
|
||||||
|
|
||||||
Enjoy the new version of AdventureLog! 🎉
|
Enjoy the new version of AdventureLog! 🎉
|
||||||
|
|
||||||
|
View the full changelog [here](https://github.com/seanmorley15/AdventureLog/releases/tag/v0.7.1)
|
||||||
|
|
||||||
Report any bugs [GitHub repository](https://github.com/seanmorley15/adventurelog) or ask for help in the [Discord server](https://discord.gg/wRbQ9Egr8C).
|
Report any bugs [GitHub repository](https://github.com/seanmorley15/adventurelog) or ask for help in the [Discord server](https://discord.gg/wRbQ9Egr8C).
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "my-website",
|
"name": "adventurelog-docs",
|
||||||
"version": "0.0.0",
|
"version": "0.7.1",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"docusaurus": "docusaurus",
|
"docusaurus": "docusaurus",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue