Skip to content

Commit

Permalink
fix: docker YAML key mapping duplication (#8273)
Browse files Browse the repository at this point in the history
fix: Docker YAML key mapping duplication
  • Loading branch information
jnsereko authored Mar 30, 2023
1 parent d9072f9 commit 640c6d1
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docker/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,10 @@ services:
profiles: ["off"]
<<: *minion-db-network
backend:
<<: *backend-conf
<<: *minion-db-network
<<: [*backend-conf, *minion-db-network]
incron: *backend-conf
minion:
<<: *backend-conf
<<: *minion-db-network
<<: [*backend-conf, *minion-db-network]
# in dev we want to use watch assets and recompile on the fly
# also we want to build at start time in case some files changed, as we want to avoid recreating volumes
dynamicfront:
Expand Down

0 comments on commit 640c6d1

Please sign in to comment.