mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-26 09:05:10 +00:00
parent
0352ef5574
commit
d20be6f9d9
2 changed files with 4 additions and 4 deletions
|
|
@ -39,8 +39,8 @@ services:
|
||||||
ports:
|
ports:
|
||||||
- 8000-8005:8000-8005
|
- 8000-8005:8000-8005
|
||||||
- 9000-9005:9000-9005
|
- 9000-9005:9000-9005
|
||||||
# enable the below service if you need Cypress UI Tests to be executed
|
# enable the below service if you need Cypress UI Tests to be executed
|
||||||
# Before enabling ensure install_x11_deps.sh has been executed and display variable is exported.
|
# Before enabling ensure install_x11_deps.sh has been executed and display variable is exported.
|
||||||
# Run install_x11_deps.sh again if DISPLAY is not set
|
# Run install_x11_deps.sh again if DISPLAY is not set
|
||||||
# ui-tester:
|
# ui-tester:
|
||||||
# # pass custom command to start Cypress otherwise it will use the entrypoint
|
# # pass custom command to start Cypress otherwise it will use the entrypoint
|
||||||
|
|
@ -68,4 +68,4 @@ services:
|
||||||
# network_mode: "host"
|
# network_mode: "host"
|
||||||
volumes:
|
volumes:
|
||||||
mariadb-data:
|
mariadb-data:
|
||||||
#postgresql-data:
|
#postgresql-data:
|
||||||
|
|
@ -101,4 +101,4 @@ elif [[ "$OSTYPE" == "darwin"* ]]; then
|
||||||
else
|
else
|
||||||
echo "Error: Unsupported operating system."
|
echo "Error: Unsupported operating system."
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
Loading…
Reference in a new issue