mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-17 13:55:08 +00:00
10 lines
229 B
Bash
Executable file
10 lines
229 B
Bash
Executable file
#!/bin/bash
|
|
docker compose \
|
|
--env-file .env \
|
|
-f compose.yaml \
|
|
-p ranch \
|
|
-f overrides/compose.redis.yaml \
|
|
-f overrides/compose.mariadb.yaml \
|
|
-f overrides/compose.proxy.yaml \
|
|
-f compose.my-local-dev.yaml \
|
|
up
|