mapping key "<<" already defined at line #534

Closed
opened 2025-04-15 18:12:30 +00:00 by p4u1 · 1 comment
Member

I got this error while trying to depoy loomio 4.0.1+v2.25.4 with abra 0.10.0-rc2-beta

I found this upstream issue https://github.com/docker/compose/issues/10411, with a solution:

x-environment: &default-env
  <<: *db-env
  <<: *redis-env

Has to be rewritten to:

x-environment: &default-env
  <<: [*db-env, *redis-env]

This issues can be closed, as the fix is in the recipe. Just wanted to open it for reference.

I got this error while trying to depoy loomio 4.0.1+v2.25.4 with abra 0.10.0-rc2-beta I found this upstream issue https://github.com/docker/compose/issues/10411, with a solution: ``` x-environment: &default-env <<: *db-env <<: *redis-env ``` Has to be rewritten to: ``` x-environment: &default-env <<: [*db-env, *redis-env] ``` This issues can be closed, as the fix is in the recipe. Just wanted to open it for reference.
decentral1se added this to the abra v0.10.0 project 2025-04-16 05:10:25 +00:00
Owner

The Loomio recipe continues to deliver more challenging work I see 😂 Thanks!

The Loomio recipe continues to deliver more challenging work I see 😂 Thanks!
decentral1se added the
bug
wontfix
labels 2025-04-16 05:11:44 +00:00
decentral1se moved this to Done in abra v0.10.0 on 2025-04-16 05:16:10 +00:00
decentral1se moved this to Done in abra v0.10.0 on 2025-04-19 07:28:29 +00:00
decentral1se moved this to Done in abra v0.10.0 on 2025-04-21 17:48:16 +00:00
Sign in to join this conversation.
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: toolshed/abra#534
No description provided.