Skip to content

Commit

Permalink
[DCK] Remove unexisting services from stack
Browse files Browse the repository at this point in the history
Fixes failure introduced by #117
  • Loading branch information
yajo committed Jan 29, 2018
1 parent d4fa6e6 commit c593b07
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion devel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ services:
depends_on:
- db
- smtp
- inbox
- wdb
command:
- odoo
Expand Down
1 change: 0 additions & 1 deletion prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ services:
depends_on:
- db
- smtp
- inbox
networks:
default:
inverseproxy_shared:
Expand Down
1 change: 0 additions & 1 deletion test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ services:
depends_on:
- db
- smtp
- inbox
networks:
default:
inverseproxy_shared:
Expand Down

0 comments on commit c593b07

Please sign in to comment.