You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe
Add "--compatibility" option to facilitate resource limitations in non-swarm builds
Docker compose allows for memory and CPU limits and reservations, but it is only respected in docker swarm deploys unless docker compose --compatibility up is used. We need a flag to add this parameter to builds.
Describe the solution you'd like
Please add a checkbox that will use docker compose --compatibility up instead of docker compose up to allow resource management as specified in the docker-compose.yml file.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Is your feature request related to a problem? Please describe
Add "--compatibility" option to facilitate resource limitations in non-swarm builds
Docker compose allows for memory and CPU limits and reservations, but it is only respected in docker swarm deploys unless
docker compose --compatibility up
is used. We need a flag to add this parameter to builds.Describe the solution you'd like
Please add a checkbox that will use
docker compose --compatibility up
instead ofdocker compose up
to allow resource management as specified in the docker-compose.yml file.Describe alternatives you've considered
The alternative is to not use Portainer.
Additional context
Here is a sample docker-compose.yml:
Beta Was this translation helpful? Give feedback.
All reactions