2
0
mirror of https://github.com/frappe/frappe_docker.git synced 2024-09-18 18:19:02 +00:00

fix: yaml import formatting in compose file (#1112)

This commit is contained in:
Bernhard Sirlinger 2023-03-29 18:12:28 +02:00 committed by GitHub
parent e9f7c5f48a
commit 549423422a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,8 +10,7 @@ x-depends-on-configurator: &depends_on_configurator
condition: service_completed_successfully
x-backend-defaults: &backend_defaults
<<: *depends_on_configurator
<<: *customizable_image
<<: [*depends_on_configurator, *customizable_image]
volumes:
- sites:/home/frappe/frappe-bench/sites
@ -62,8 +61,7 @@ services:
- websocket
websocket:
<<: *depends_on_configurator
<<: *customizable_image
<<: [*depends_on_configurator, *customizable_image]
command:
- node
- /home/frappe/frappe-bench/apps/frappe/socketio.js