add warning about dev mode in portainer section
This commit is contained in:
parent
2753090ade
commit
ccb1a17f44
1 changed files with 2 additions and 0 deletions
|
|
@ -124,6 +124,8 @@ Portainer can deploy directly from your GitHub fork with auto-updates on push.
|
|||
|
||||
> **Tip:** `COMPOSE_PROFILES` is a built-in Docker Compose variable. Setting it to `pocketbase` is equivalent to passing `--profile pocketbase` on the command line.
|
||||
|
||||
> **Warning:** The `dev` profile is for **local development only**. It uses volume mounts to enable hot-reload, which requires the source code to be present on the host machine. Do **not** include `dev` in `COMPOSE_PROFILES` on Portainer deployments from GitHub — it will fail because there's no local source code to mount.
|
||||
|
||||
### Fork Workflow
|
||||
|
||||
To add custom services (Traefik, monitoring, etc.) to your fork:
|
||||
|
|
|
|||
Loading…
Reference in a new issue