Loading deploy/docker-compose.prod.yml +3 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,9 @@ services: environment: SPRING_PROFILES_ACTIVE: prod deploy: placement: constraints: - node.role == worker resources: limits: cpus: '${RESOURCES_LIMITS_CPUS:-1}' Loading Loading
deploy/docker-compose.prod.yml +3 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,9 @@ services: environment: SPRING_PROFILES_ACTIVE: prod deploy: placement: constraints: - node.role == worker resources: limits: cpus: '${RESOURCES_LIMITS_CPUS:-1}' Loading