kamal
kamal copied to clipboard
Allow to customize container options in accessories
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
Would be happy to see that.
Ok, I start working on it!
Done in #153!