kamal icon indicating copy to clipboard operation
kamal copied to clipboard

Allow to customize container options in accessories

Open javierav opened this issue 3 years ago • 2 comments

Container options are supported in app containers, also need to be supported in accessories:

accessories:
  redis:
    image: redis:latest
    host: 1.1.1.1
    port: "36379:6379"
    options:
      cap-add: true
      cpu-count: 4
    volumes:
      - /var/lib/redis:/data

javierav avatar Mar 22 '23 15:03 javierav

Would be happy to see that.

dhh avatar Mar 23 '23 11:03 dhh

Ok, I start working on it!

javierav avatar Mar 23 '23 14:03 javierav

Done in #153!

javierav avatar Mar 23 '23 23:03 javierav