mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-17 13:55:08 +00:00
9 lines
240 B
Bash
Executable file
9 lines
240 B
Bash
Executable file
#!/bin/bash
|
|
docker compose \
|
|
-p ranch \
|
|
-f compose.yaml \
|
|
-f overrides/compose.redis.yaml \
|
|
-f overrides/compose.postgres.yaml \
|
|
-f overrides/compose.proxy.yaml \
|
|
-f compose.my-local-dev.yaml \
|
|
down --volumes --remove-orphans
|