Skip to content

Commit

Permalink
fix: yaml import formatting in compose file (frappe#1112)
Browse files Browse the repository at this point in the history
  • Loading branch information
WebsiteDeveloper authored Mar 29, 2023
1 parent 410b889 commit e2c19d2
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit e2c19d2

Please sign in to comment.