Run pre-commit on docs
This commit is contained in:
@@ -37,10 +37,10 @@ volumes:
|
||||
networks:
|
||||
frappe-network:
|
||||
external: true
|
||||
|
||||
```
|
||||
|
||||
Note:
|
||||
|
||||
- In Above stack, `backup` runs every 3 hours.
|
||||
- Change image and tag version as per need.
|
||||
- Change environment variables as per the bucket credentials.
|
||||
|
||||
@@ -6,9 +6,7 @@ Add the following configuration to `launch.json` `configurations` array to start
|
||||
"type": "python",
|
||||
"request": "launch",
|
||||
"program": "${workspaceFolder}/frappe-bench/apps/frappe/frappe/utils/bench_helper.py",
|
||||
"args": [
|
||||
"frappe", "--site", "mysite.localhost", "console"
|
||||
],
|
||||
"args": ["frappe", "--site", "mysite.localhost", "console"],
|
||||
"pythonPath": "${workspaceFolder}/frappe-bench/env/bin/python",
|
||||
"cwd": "${workspaceFolder}/frappe-bench/sites",
|
||||
"env": {
|
||||
|
||||
@@ -45,6 +45,7 @@ Commands explained:
|
||||
- `yq eval ".\"networks\"={\"traefik-public\":{\"external\":true}}"`, this commands adds external network `traefik-public` to the stack
|
||||
|
||||
Notes:
|
||||
|
||||
- Set `BENCH_SUFFIX` to the stack name. the stack will be located at `~/gitops/compose-${BENCH_SUFFIX}.yaml`.
|
||||
- `traefik-public` is assumed to be the network for traefik loadbalancer for swarm.
|
||||
- Once the stack YAML is generated, you can edit it further for advance setup and commit it to your gitops
|
||||
|
||||
@@ -52,6 +52,7 @@ docker-compose -f compose.yaml \
|
||||
# Start containers
|
||||
docker-compose --project <project-name> -f ~/gitops/docker-compose.yml up -d
|
||||
```
|
||||
|
||||
### Setup ERPNext using containerized MariaDB and Redis with Letsencrypt certificates.
|
||||
|
||||
```sh
|
||||
|
||||
Reference in New Issue
Block a user